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.
2993 2994 2995 2996 2997 2998 2999 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2993 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.
2993 2994 2995 2996 2997 2998 2999 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2993 class CreateStreamingDistributionResult < Struct.new( :streaming_distribution, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#streaming_distribution ⇒ Types::StreamingDistribution
The streaming distribution’s information.
2993 2994 2995 2996 2997 2998 2999 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2993 class CreateStreamingDistributionResult < Struct.new( :streaming_distribution, :location, :etag) SENSITIVE = [] include Aws::Structure end |