Class: Aws::CloudFront::Types::VerifyDnsConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The domain name that you’re verifying.

Returns:

  • (String)


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

#identifierString

The identifier of the distribution tenant. You can specify the ARN, ID, or name of the distribution tenant.

Returns:

  • (String)


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