Class: Aws::CloudFront::Types::CreateStreamingDistributionResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

The returned result of the corresponding request.

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

The current version of the streaming distribution created.

Returns:

  • (String)


1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-cloudfront/types.rb', line 1930

class CreateStreamingDistributionResult < Struct.new(
  :streaming_distribution,
  :location,
  :etag)
  include Aws::Structure
end

#locationString

The fully qualified URI of the new streaming distribution resource just created. For example: ‘cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8`.

Returns:

  • (String)


1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-cloudfront/types.rb', line 1930

class CreateStreamingDistributionResult < Struct.new(
  :streaming_distribution,
  :location,
  :etag)
  include Aws::Structure
end

#streaming_distributionTypes::StreamingDistribution

The streaming distribution’s information.



1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-cloudfront/types.rb', line 1930

class CreateStreamingDistributionResult < Struct.new(
  :streaming_distribution,
  :location,
  :etag)
  include Aws::Structure
end