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)


2008
2009
2010
2011
2012
2013
# File 'lib/aws-sdk-cloudfront/types.rb', line 2008

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)


2008
2009
2010
2011
2012
2013
# File 'lib/aws-sdk-cloudfront/types.rb', line 2008

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

#streaming_distributionTypes::StreamingDistribution

The streaming distribution’s information.



2008
2009
2010
2011
2012
2013
# File 'lib/aws-sdk-cloudfront/types.rb', line 2008

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