Class: Aws::CloudFront::Types::UpdateDistributionWithStagingConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateDistributionWithStagingConfigRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the primary distribution to which you are copying a staging distribution's configuration.
-
#if_match ⇒ String
The current versions (
ETag
values) of both primary and staging distributions. -
#staging_distribution_id ⇒ String
The identifier of the staging distribution whose configuration you are copying to the primary distribution.
Instance Attribute Details
#id ⇒ String
The identifier of the primary distribution to which you are copying a staging distribution's configuration.
13121 13122 13123 13124 13125 13126 13127 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13121 class UpdateDistributionWithStagingConfigRequest < Struct.new( :id, :staging_distribution_id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The current versions (ETag
values) of both primary and staging
distributions. Provide these in the following format:
<primary ETag>, <staging ETag>
13121 13122 13123 13124 13125 13126 13127 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13121 class UpdateDistributionWithStagingConfigRequest < Struct.new( :id, :staging_distribution_id, :if_match) SENSITIVE = [] include Aws::Structure end |
#staging_distribution_id ⇒ String
The identifier of the staging distribution whose configuration you are copying to the primary distribution.
13121 13122 13123 13124 13125 13126 13127 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13121 class UpdateDistributionWithStagingConfigRequest < Struct.new( :id, :staging_distribution_id, :if_match) SENSITIVE = [] include Aws::Structure end |