Class: Aws::CloudFront::Types::UpdateDistributionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateDistributionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The request to update a distribution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#distribution_config ⇒ Types::DistributionConfig
The distribution’s configuration information.
-
#id ⇒ String
The distribution’s id.
-
#if_match ⇒ String
The value of the ‘ETag` header that you received when retrieving the distribution’s configuration.
Instance Attribute Details
#distribution_config ⇒ Types::DistributionConfig
The distribution’s configuration information.
12509 12510 12511 12512 12513 12514 12515 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12509 class UpdateDistributionRequest < Struct.new( :distribution_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The distribution’s id.
12509 12510 12511 12512 12513 12514 12515 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12509 class UpdateDistributionRequest < Struct.new( :distribution_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The value of the ‘ETag` header that you received when retrieving the distribution’s configuration. For example: ‘E2QWRUHAPOMQZL`.
12509 12510 12511 12512 12513 12514 12515 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12509 class UpdateDistributionRequest < Struct.new( :distribution_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |