Class: Aws::CloudFront::Types::GetDistributionResult

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:



3366
3367
3368
3369
3370
# File 'lib/aws-sdk-cloudfront/types.rb', line 3366

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

#etagString

The current version of the distribution’s information. For example: ‘E2QWRUHAPOMQZL`.

Returns:

  • (String)


3366
3367
3368
3369
3370
# File 'lib/aws-sdk-cloudfront/types.rb', line 3366

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