C# Класс Amazon.CertificateManager.Model.DescribeCertificateRequest

Container for the parameters to the DescribeCertificate operation. Returns a list of the fields contained in the specified ACM Certificate. For example, this action returns the certificate status, a flag that indicates whether the certificate is associated with any other AWS service, and the date at which the certificate request was created. You specify the ACM Certificate on input by its Amazon Resource Name (ARN).
Наследование: AmazonCertificateManagerRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DescribeCertificateRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DescribeCertificateRequest ( string certificateArn ) : System

Instantiates DescribeCertificateRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetCertificateArn ( ) : bool

Описание методов

DescribeCertificateRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeCertificateRequest ( ) : System
Результат System

DescribeCertificateRequest() публичный Метод

Instantiates DescribeCertificateRequest with the parameterized properties
public DescribeCertificateRequest ( string certificateArn ) : System
certificateArn string String that contains an ACM Certificate ARN. The ARN must be of the form: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012 For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
Результат System