Class: Aws::CloudFront::Types::VerifyDnsConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::VerifyDnsConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The domain name that you’re verifying.
-
#identifier ⇒ String
The ID of the distribution tenant.
Instance Attribute Details
#domain ⇒ String
The domain name that you’re verifying.
15494 15495 15496 15497 15498 15499 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15494 class VerifyDnsConfigurationRequest < Struct.new( :domain, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the distribution tenant.
15494 15495 15496 15497 15498 15499 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15494 class VerifyDnsConfigurationRequest < Struct.new( :domain, :identifier) SENSITIVE = [] include Aws::Structure end |