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.
7527 7528 7529 7530 7531 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7527 class GetDistributionBundlesResult < Struct.new( :bundles) SENSITIVE = [] include Aws::Structure end |