Class: Aws::CloudFront::Types::CreateStreamingDistributionWithTagsResult

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 distribution created.

Returns:

  • (String)


1874
1875
1876
1877
1878
1879
# File 'lib/aws-sdk-cloudfront/types.rb', line 1874

class CreateStreamingDistributionWithTagsResult < 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)


1874
1875
1876
1877
1878
1879
# File 'lib/aws-sdk-cloudfront/types.rb', line 1874

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

#streaming_distributionTypes::StreamingDistribution

The streaming distribution’s information.



1874
1875
1876
1877
1878
1879
# File 'lib/aws-sdk-cloudfront/types.rb', line 1874

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