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.
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.
8385 8386 8387 8388 8389 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8385 class UpdateDistributionResult < Struct.new( :distribution, :etag) include Aws::Structure end |
#etag ⇒ String
The current version of the configuration. For example: ‘E2QWRUHAPOMQZL`.
8385 8386 8387 8388 8389 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8385 class UpdateDistributionResult < Struct.new( :distribution, :etag) include Aws::Structure end |