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.

Returns:



7227
7228
7229
7230
7231
# File 'lib/aws-sdk-cloudfront/types.rb', line 7227

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

#etagString

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

Returns:

  • (String)


7227
7228
7229
7230
7231
# File 'lib/aws-sdk-cloudfront/types.rb', line 7227

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