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.

Instance Attribute Summary collapse

Instance Attribute Details

#distribution_listTypes::DistributionList

The ‘DistributionList` type.



5086
5087
5088
5089
# File 'lib/aws-sdk-cloudfront/types.rb', line 5086

class ListDistributionsResult < Struct.new(
  :distribution_list)
  include Aws::Structure
end