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.
13095 13096 13097 13098 13099 13100 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13095 class UpdateDistributionResult < Struct.new( :distribution, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the configuration. For example:
E2QWRUHAPOMQZL
.
13095 13096 13097 13098 13099 13100 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13095 class UpdateDistributionResult < Struct.new( :distribution, :etag) SENSITIVE = [] include Aws::Structure end |