Class: Aws::ACM::Types::CreateAcmeDomainValidationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::CreateAcmeDomainValidationResponse
- 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 created domain validation.
Instance Attribute Details
#acme_domain_validation_arn ⇒ String
The Amazon Resource Name (ARN) of the created domain validation.
1347 1348 1349 1350 1351 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1347 class CreateAcmeDomainValidationResponse < Struct.new( :acme_domain_validation_arn) SENSITIVE = [] include Aws::Structure end |