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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#distributionTypes::Distribution

The distribution’s information.

Returns:



5218
5219
5220
5221
5222
5223
# File 'lib/aws-sdk-cloudfront/types.rb', line 5218

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

#etagString

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

Returns:

  • (String)


5218
5219
5220
5221
5222
5223
# File 'lib/aws-sdk-cloudfront/types.rb', line 5218

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