Class: Aws::CloudFront::Types::ListDistributionsResult

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

#distribution_listTypes::DistributionList

The ‘DistributionList` type.



7321
7322
7323
7324
7325
# File 'lib/aws-sdk-cloudfront/types.rb', line 7321

class ListDistributionsResult < Struct.new(
  :distribution_list)
  SENSITIVE = []
  include Aws::Structure
end