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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#distributionTypes::Distribution

The distribution’s information.

Returns:



16267
16268
16269
16270
16271
16272
# File 'lib/aws-sdk-cloudfront/types.rb', line 16267

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

#etagString

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

Returns:

  • (String)


16267
16268
16269
16270
16271
16272
# File 'lib/aws-sdk-cloudfront/types.rb', line 16267

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