Class: Aws::CloudFront::Types::CreateDistributionWithTagsResult

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

#distributionTypes::Distribution

The distribution’s information.

Returns:



1501
1502
1503
1504
1505
1506
# File 'lib/aws-sdk-cloudfront/types.rb', line 1501

class CreateDistributionWithTagsResult < Struct.new(
  :distribution,
  :location,
  :etag)
  include Aws::Structure
end

#etagString

The current version of the distribution created.

Returns:

  • (String)


1501
1502
1503
1504
1505
1506
# File 'lib/aws-sdk-cloudfront/types.rb', line 1501

class CreateDistributionWithTagsResult < Struct.new(
  :distribution,
  :location,
  :etag)
  include Aws::Structure
end

#locationString

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

Returns:

  • (String)


1501
1502
1503
1504
1505
1506
# File 'lib/aws-sdk-cloudfront/types.rb', line 1501

class CreateDistributionWithTagsResult < Struct.new(
  :distribution,
  :location,
  :etag)
  include Aws::Structure
end