Class: Aws::CloudFront::Types::VerifyDnsConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::VerifyDnsConfigurationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dns_configuration_list ⇒ Array<Types::DnsConfiguration>
The list of domain names, their statuses, and a description of each status.
Instance Attribute Details
#dns_configuration_list ⇒ Array<Types::DnsConfiguration>
The list of domain names, their statuses, and a description of each status.
15511 15512 15513 15514 15515 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15511 class VerifyDnsConfigurationResult < Struct.new( :dns_configuration_list) SENSITIVE = [] include Aws::Structure end |