Class: Aws::CloudFront::Types::CreateDistributionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateDistributionResult
- 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 distribution created.
-
#location ⇒ String
The fully qualified URI of the new distribution resource just created.
Instance Attribute Details
#distribution ⇒ Types::Distribution
The distribution’s information.
1360 1361 1362 1363 1364 1365 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1360 class CreateDistributionResult < Struct.new( :distribution, :location, :etag) include Aws::Structure end |
#etag ⇒ String
The current version of the distribution created.
1360 1361 1362 1363 1364 1365 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1360 class CreateDistributionResult < Struct.new( :distribution, :location, :etag) include Aws::Structure end |
#location ⇒ String
The fully qualified URI of the new distribution resource just created. For example: ‘cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5`.
1360 1361 1362 1363 1364 1365 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1360 class CreateDistributionResult < Struct.new( :distribution, :location, :etag) include Aws::Structure end |