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.
Constant Summary collapse
- SENSITIVE =
[]
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.
2412 2413 2414 2415 2416 2417 2418 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2412 class CreateStreamingDistributionResult < Struct.new( :streaming_distribution, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The fully qualified URI of the new streaming distribution resource just created.
2412 2413 2414 2415 2416 2417 2418 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2412 class CreateStreamingDistributionResult < Struct.new( :streaming_distribution, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#streaming_distribution ⇒ Types::StreamingDistribution
The streaming distribution’s information.
2412 2413 2414 2415 2416 2417 2418 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2412 class CreateStreamingDistributionResult < Struct.new( :streaming_distribution, :location, :etag) SENSITIVE = [] include Aws::Structure end |