Class: Aws::ACM::Types::DeleteAcmeDomainValidationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::DeleteAcmeDomainValidationRequest
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acme_domain_validation_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME domain validation to delete.
Instance Attribute Details
#acme_domain_validation_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME domain validation to delete.
1484 1485 1486 1487 1488 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1484 class DeleteAcmeDomainValidationRequest < Struct.new( :acme_domain_validation_arn) SENSITIVE = [] include Aws::Structure end |