Class: Aws::Lightsail::Types::GetBucketBundlesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetBucketBundlesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_inactive ⇒ Boolean
A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.
Instance Attribute Details
#include_inactive ⇒ Boolean
A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.
6589 6590 6591 6592 6593 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6589 class GetBucketBundlesRequest < Struct.new( :include_inactive) SENSITIVE = [] include Aws::Structure end |