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:



16245
16246
16247
16248
16249
16250
# File 'lib/aws-sdk-cloudfront/types.rb', line 16245

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

#etagString

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

Returns:

  • (String)


16245
16246
16247
16248
16249
16250
# File 'lib/aws-sdk-cloudfront/types.rb', line 16245

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