Class: Aws::CloudFront::Types::UpdateDistributionWithStagingConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateDistributionWithStagingConfigRequest
- Includes:
- Structure
- Defined in:
- 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.
12202 12203 12204 12205 12206 12207 12208 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12202 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>`
12202 12203 12204 12205 12206 12207 12208 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12202 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.
12202 12203 12204 12205 12206 12207 12208 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12202 class UpdateDistributionWithStagingConfigRequest < Struct.new( :id, :staging_distribution_id, :if_match) SENSITIVE = [] include Aws::Structure end |