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.
1498 1499 1500 1501 1502 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1498 class DeleteAcmeDomainValidationRequest < Struct.new( :acme_domain_validation_arn) SENSITIVE = [] include Aws::Structure end |