Class: Aws::CloudFront::Types::UpdateDomainAssociationResult

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 that you’re moving.

Returns:

  • (String)


14932
14933
14934
14935
14936
14937
14938
# File 'lib/aws-sdk-cloudfront/types.rb', line 14932

class UpdateDomainAssociationResult < Struct.new(
  :domain,
  :resource_id,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#etagString

The current version of the target distribution or distribution tenant that was associated with the domain.

Returns:

  • (String)


14932
14933
14934
14935
14936
14937
14938
# File 'lib/aws-sdk-cloudfront/types.rb', line 14932

class UpdateDomainAssociationResult < Struct.new(
  :domain,
  :resource_id,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The intended destination for the domain.

Returns:

  • (String)


14932
14933
14934
14935
14936
14937
14938
# File 'lib/aws-sdk-cloudfront/types.rb', line 14932

class UpdateDomainAssociationResult < Struct.new(
  :domain,
  :resource_id,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end