Method | Description | |
---|---|---|
DeleteCertificateRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
DeleteCertificateRequest ( string certificateArn ) : System |
Instantiates DeleteCertificateRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetCertificateArn ( ) : bool |
public DeleteCertificateRequest ( string certificateArn ) : System | ||
certificateArn | string | String that contains the ARN of the ACM Certificate to be deleted. This 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 |