Class: Aws::CloudFront::Types::UpdateDistributionWithStagingConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateDistributionWithStagingConfigResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#distribution ⇒ Types::Distribution
A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.
-
#etag ⇒ String
The current version of the primary distribution (after it’s updated).
Instance Attribute Details
#distribution ⇒ Types::Distribution
A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.
12223 12224 12225 12226 12227 12228 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12223 class UpdateDistributionWithStagingConfigResult < Struct.new( :distribution, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the primary distribution (after it’s updated).
12223 12224 12225 12226 12227 12228 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12223 class UpdateDistributionWithStagingConfigResult < Struct.new( :distribution, :etag) SENSITIVE = [] include Aws::Structure end |