Class: Aws::CloudFront::Types::UpdateDistributionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateDistributionRequest
- Defined in:
- gems/aws-sdk-cloudfront/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.
13070 13071 13072 13073 13074 13075 13076 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13070 class UpdateDistributionRequest < Struct.new( :distribution_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The distribution's id.
13070 13071 13072 13073 13074 13075 13076 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13070 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
.
13070 13071 13072 13073 13074 13075 13076 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13070 class UpdateDistributionRequest < Struct.new( :distribution_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |