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.



7021
7022
7023
7024
7025
# File 'lib/aws-sdk-cloudfront/types.rb', line 7021

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