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.
7820 7821 7822 7823 7824 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7820 class ListDistributionsResult < Struct.new( :distribution_list) SENSITIVE = [] include Aws::Structure end |