Class: Aws::ACM::Types::DnsPrevalidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::DnsPrevalidationDetails
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
DNS prevalidation details including the resource record for 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.
-
#resource_record ⇒ Types::ResourceRecord
The DNS resource record to create for domain validation.
Instance Attribute Details
#domain_scope ⇒ Types::DomainScope
The scope of domains covered by this prevalidation.
1799 1800 1801 1802 1803 1804 1805 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1799 class DnsPrevalidationDetails < Struct.new( :domain_scope, :hosted_zone_id, :resource_record) SENSITIVE = [] include Aws::Structure end |
#hosted_zone_id ⇒ String
The Route 53 hosted zone ID for DNS validation.
1799 1800 1801 1802 1803 1804 1805 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1799 class DnsPrevalidationDetails < Struct.new( :domain_scope, :hosted_zone_id, :resource_record) SENSITIVE = [] include Aws::Structure end |
#resource_record ⇒ Types::ResourceRecord
The DNS resource record to create for domain validation.
1799 1800 1801 1802 1803 1804 1805 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1799 class DnsPrevalidationDetails < Struct.new( :domain_scope, :hosted_zone_id, :resource_record) SENSITIVE = [] include Aws::Structure end |