Class: Aws::CloudFront::Types::UpdateDistributionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateDistributionResult
- Defined in:
- gems/aws-sdk-cloudfront/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.
13104 13105 13106 13107 13108 13109 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13104 class UpdateDistributionResult < Struct.new( :distribution, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the configuration. For example:
E2QWRUHAPOMQZL
.
13104 13105 13106 13107 13108 13109 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13104 class UpdateDistributionResult < Struct.new( :distribution, :etag) SENSITIVE = [] include Aws::Structure end |