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)


16049
16050
16051
16052
16053
16054
# File 'lib/aws-sdk-cloudfront/types.rb', line 16049

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)


16049
16050
16051
16052
16053
16054
# File 'lib/aws-sdk-cloudfront/types.rb', line 16049

class VerifyDnsConfigurationRequest < Struct.new(
  :domain,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end