C# Class 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).
Inheritance: AmazonCertificateManagerRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IsSetCertificateArn ( ) : bool

Method Details

DescribeCertificateRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeCertificateRequest ( ) : System
Résultat System

DescribeCertificateRequest() public méthode

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.
Résultat System