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:



12165
12166
12167
12168
12169
12170
# File 'lib/aws-sdk-cloudfront/types.rb', line 12165

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

#etagString

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

Returns:

  • (String)


12165
12166
12167
12168
12169
12170
# File 'lib/aws-sdk-cloudfront/types.rb', line 12165

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