Method | 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
|
Method | Description | |
---|---|---|
IsSetCertificateArn ( ) : bool |
public DescribeCertificateRequest ( ) : System | ||
return | System |
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. |
return | System |