Class: Aws::CloudFront::Types::ListDistributionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListDistributionsResult
- 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
-
#distribution_list ⇒ Types::DistributionList
The ‘DistributionList` type.
Instance Attribute Details
#distribution_list ⇒ Types::DistributionList
The ‘DistributionList` type.
7824 7825 7826 7827 7828 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7824 class ListDistributionsResult < Struct.new( :distribution_list) SENSITIVE = [] include Aws::Structure end |