Class: Aws::ACM::Types::DnsPrevalidationOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::DnsPrevalidationOptions
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
DNS prevalidation options for domain validation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_scope ⇒ Types::DomainScope
The scope of domains covered by this prevalidation.
-
#hosted_zone_id ⇒ String
The Route 53 hosted zone ID for DNS validation.
Instance Attribute Details
#domain_scope ⇒ Types::DomainScope
The scope of domains covered by this prevalidation.
1819 1820 1821 1822 1823 1824 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1819 class DnsPrevalidationOptions < Struct.new( :domain_scope, :hosted_zone_id) SENSITIVE = [] include Aws::Structure end |
#hosted_zone_id ⇒ String
The Route 53 hosted zone ID for DNS validation.
1819 1820 1821 1822 1823 1824 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1819 class DnsPrevalidationOptions < Struct.new( :domain_scope, :hosted_zone_id) SENSITIVE = [] include Aws::Structure end |