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)


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

#identifierString

The ID of the distribution tenant.

Returns:

  • (String)


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