Class: Aws::CloudFront::Types::CopyDistributionResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#distributionTypes::Distribution

A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.

Returns:



1710
1711
1712
1713
1714
1715
1716
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1710

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

#etagString

The version identifier for the current version of the staging distribution.

Returns:

  • (String)


1710
1711
1712
1713
1714
1715
1716
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1710

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

#locationString

The URL of the staging distribution.

Returns:

  • (String)


1710
1711
1712
1713
1714
1715
1716
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1710

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