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

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:



15437
15438
15439
15440
15441
15442
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15437

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)


15437
15438
15439
15440
15441
15442
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15437

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