Class: Aws::CloudFront::Types::CreateDistributionWithTagsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateDistributionWithTagsResult
- 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 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.
1907 1908 1909 1910 1911 1912 1913 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1907 class CreateDistributionWithTagsResult < Struct.new( :distribution, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the distribution created.
1907 1908 1909 1910 1911 1912 1913 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1907 class CreateDistributionWithTagsResult < Struct.new( :distribution, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The fully qualified URI of the new distribution resource just created.
1907 1908 1909 1910 1911 1912 1913 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1907 class CreateDistributionWithTagsResult < Struct.new( :distribution, :location, :etag) SENSITIVE = [] include Aws::Structure end |