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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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