Class: Aws::CloudFront::Types::UpdateDomainAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateDomainAssociationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The domain that you’re moving.
-
#etag ⇒ String
The current version of the target distribution or distribution tenant that was associated with the domain.
-
#resource_id ⇒ String
The intended destination for the domain.
Instance Attribute Details
#domain ⇒ String
The domain that you’re moving.
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 |
#etag ⇒ String
The current version of the target distribution or distribution tenant that was associated with the domain.
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_id ⇒ String
The intended destination for the domain.
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 |