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

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

Overview

The returned result of the corresponding request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#distributionTypes::Distribution

The distribution's information.

Returns:



1901
1902
1903
1904
1905
1906
1907
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1901

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

#etagString

The current version of the distribution created.

Returns:

  • (String)


1901
1902
1903
1904
1905
1906
1907
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1901

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

#locationString

The fully qualified URI of the new distribution resource just created.

Returns:

  • (String)


1901
1902
1903
1904
1905
1906
1907
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1901

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