Class: Aws::CloudFront::Types::CopyDistributionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CopyDistributionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#distribution ⇒ Types::Distribution
A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.
-
#etag ⇒ String
The version identifier for the current version of the staging distribution.
-
#location ⇒ String
The URL of the staging distribution.
Instance Attribute Details
#distribution ⇒ Types::Distribution
A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.
1693 1694 1695 1696 1697 1698 1699 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1693 class CopyDistributionResult < Struct.new( :distribution, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The version identifier for the current version of the staging distribution.
1693 1694 1695 1696 1697 1698 1699 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1693 class CopyDistributionResult < Struct.new( :distribution, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The URL of the staging distribution.
1693 1694 1695 1696 1697 1698 1699 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1693 class CopyDistributionResult < Struct.new( :distribution, :location, :etag) SENSITIVE = [] include Aws::Structure end |