Class: Aws::CloudFront::Types::UpdateDomainAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateDomainAssociationRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The domain to update.
-
#if_match ⇒ String
The value of the
ETag
identifier for the standard distribution or distribution tenant that will be associated with the domain. -
#target_resource ⇒ Types::DistributionResourceId
The target standard distribution or distribution tenant resource for the domain.
Instance Attribute Details
#domain ⇒ String
The domain to update.
15181 15182 15183 15184 15185 15186 15187 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15181 class UpdateDomainAssociationRequest < Struct.new( :domain, :target_resource, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The value of the ETag
identifier for the standard distribution or
distribution tenant that will be associated with the domain.
15181 15182 15183 15184 15185 15186 15187 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15181 class UpdateDomainAssociationRequest < Struct.new( :domain, :target_resource, :if_match) SENSITIVE = [] include Aws::Structure end |
#target_resource ⇒ Types::DistributionResourceId
The target standard distribution or distribution tenant resource for
the domain. You can specify either DistributionId
or
DistributionTenantId
, but not both.
15181 15182 15183 15184 15185 15186 15187 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15181 class UpdateDomainAssociationRequest < Struct.new( :domain, :target_resource, :if_match) SENSITIVE = [] include Aws::Structure end |