Class: Aws::CloudFront::Types::GetDistributionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetDistributionResult
- 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 distribution’s information.
Instance Attribute Details
#distribution ⇒ Types::Distribution
The distribution’s information.
5220 5221 5222 5223 5224 5225 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5220 class GetDistributionResult < Struct.new( :distribution, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the distribution’s information. For example: ‘E2QWRUHAPOMQZL`.
5220 5221 5222 5223 5224 5225 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5220 class GetDistributionResult < Struct.new( :distribution, :etag) SENSITIVE = [] include Aws::Structure end |