Class: Aws::CloudFront::Types::CreateStreamingDistributionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateStreamingDistributionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The returned result of the corresponding request.
Instance Attribute Summary collapse
-
#etag ⇒ String
The current version of the streaming distribution created.
-
#location ⇒ String
The fully qualified URI of the new streaming distribution resource just created.
-
#streaming_distribution ⇒ Types::StreamingDistribution
The streaming distribution’s information.
Instance Attribute Details
#etag ⇒ String
The current version of the streaming distribution created.
1919 1920 1921 1922 1923 1924 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1919 class CreateStreamingDistributionResult < Struct.new( :streaming_distribution, :location, :etag) include Aws::Structure end |
#location ⇒ String
The fully qualified URI of the new streaming distribution resource just created. For example: ‘cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8`.
1919 1920 1921 1922 1923 1924 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1919 class CreateStreamingDistributionResult < Struct.new( :streaming_distribution, :location, :etag) include Aws::Structure end |
#streaming_distribution ⇒ Types::StreamingDistribution
The streaming distribution’s information.
1919 1920 1921 1922 1923 1924 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1919 class CreateStreamingDistributionResult < Struct.new( :streaming_distribution, :location, :etag) include Aws::Structure end |