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 identifier of the distribution tenant.
Instance Attribute Details
#domain ⇒ String
The domain name that you’re verifying.
15497 15498 15499 15500 15501 15502 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15497 class VerifyDnsConfigurationRequest < Struct.new( :domain, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The identifier of the distribution tenant. You can specify the ARN, ID, or name of the distribution tenant.
15497 15498 15499 15500 15501 15502 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15497 class VerifyDnsConfigurationRequest < Struct.new( :domain, :identifier) SENSITIVE = [] include Aws::Structure end |