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.
Constant Summary collapse
- SENSITIVE =
[]
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.
2101 2102 2103 2104 2105 2106 2107 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2101 class CreateDistributionResult < Struct.new( :distribution, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the distribution created.
2101 2102 2103 2104 2105 2106 2107 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2101 class CreateDistributionResult < Struct.new( :distribution, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The fully qualified URI of the new distribution resource just created.
2101 2102 2103 2104 2105 2106 2107 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2101 class CreateDistributionResult < Struct.new( :distribution, :location, :etag) SENSITIVE = [] include Aws::Structure end |