Class: Aws::CloudFront::Types::UpdateDomainAssociationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The domain to update.

Returns:

  • (String)


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_matchString

The value of the ETag identifier for the standard distribution or distribution tenant that will be associated with the domain.

Returns:

  • (String)


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_resourceTypes::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