Class: Aws::CloudFront::Types::UpdateDistributionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateDistributionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The returned result of the corresponding request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#distribution ⇒ Types::Distribution
The distribution’s information.
-
#etag ⇒ String
The current version of the configuration.
Instance Attribute Details
#distribution ⇒ Types::Distribution
The distribution’s information.
12530 12531 12532 12533 12534 12535 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12530 class UpdateDistributionResult < Struct.new( :distribution, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the configuration. For example: ‘E2QWRUHAPOMQZL`.
12530 12531 12532 12533 12534 12535 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12530 class UpdateDistributionResult < Struct.new( :distribution, :etag) SENSITIVE = [] include Aws::Structure end |