Class: Aws::CloudFront::Types::UpdateDistributionResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

The returned result of the corresponding request.

Instance Attribute Summary collapse

Instance Attribute Details

#distributionTypes::Distribution

The distribution’s information.



8395
8396
8397
8398
8399
# File 'lib/aws-sdk-cloudfront/types.rb', line 8395

class UpdateDistributionResult < Struct.new(
  :distribution,
  :etag)
  include Aws::Structure
end

#etagString

The current version of the configuration. For example: ‘E2QWRUHAPOMQZL`.



8395
8396
8397
8398
8399
# File 'lib/aws-sdk-cloudfront/types.rb', line 8395

class UpdateDistributionResult < Struct.new(
  :distribution,
  :etag)
  include Aws::Structure
end