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:



2372
2373
2374
2375
2376
2377
2378
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2372

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)


2372
2373
2374
2375
2376
2377
2378
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2372

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

#locationString

The URL of the staging distribution.

Returns:

  • (String)


2372
2373
2374
2375
2376
2377
2378
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2372

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