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)


1866
1867
1868
1869
1870
1871
# File 'lib/aws-sdk-cloudfront/types.rb', line 1866

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)


1866
1867
1868
1869
1870
1871
# File 'lib/aws-sdk-cloudfront/types.rb', line 1866

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

#streaming_distributionTypes::StreamingDistribution

The streaming distribution’s information.



1866
1867
1868
1869
1870
1871
# File 'lib/aws-sdk-cloudfront/types.rb', line 1866

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