Class: Aws::CloudFront::Types::UpdateDistributionWithStagingConfigResult

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:



12223
12224
12225
12226
12227
12228
# File 'lib/aws-sdk-cloudfront/types.rb', line 12223

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

#etagString

The current version of the primary distribution (after it’s updated).

Returns:

  • (String)


12223
12224
12225
12226
12227
12228
# File 'lib/aws-sdk-cloudfront/types.rb', line 12223

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