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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1691
1692
1693
1694
1695
1696
1697
# File 'lib/aws-sdk-cloudfront/types.rb', line 1691

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)


1691
1692
1693
1694
1695
1696
1697
# File 'lib/aws-sdk-cloudfront/types.rb', line 1691

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

#locationString

The URL of the staging distribution.

Returns:

  • (String)


1691
1692
1693
1694
1695
1696
1697
# File 'lib/aws-sdk-cloudfront/types.rb', line 1691

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