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:



6900
6901
6902
6903
6904
6905
# File 'lib/aws-sdk-cloudfront/types.rb', line 6900

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)


6900
6901
6902
6903
6904
6905
# File 'lib/aws-sdk-cloudfront/types.rb', line 6900

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