Class: Aws::Lightsail::Types::GetDistributionBundlesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetDistributionBundlesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bundles ⇒ Array<Types::DistributionBundle>
An object that describes a distribution bundle.
Instance Attribute Details
#bundles ⇒ Array<Types::DistributionBundle>
An object that describes a distribution bundle.
7762 7763 7764 7765 7766 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7762 class GetDistributionBundlesResult < Struct.new( :bundles) SENSITIVE = [] include Aws::Structure end |