Class: Aws::ACM::Types::DnsPrevalidationDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#domain_scopeTypes::DomainScope

The scope of domains covered by this prevalidation.

Returns:



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_idString

The Route 53 hosted zone ID for DNS validation.

Returns:

  • (String)


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_recordTypes::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