Class: Aws::Lightsail::Types::GetBundlesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetBundlesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_category ⇒ String
Returns a list of bundles that are specific to Lightsail for Research.
-
#include_inactive ⇒ Boolean
A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.
-
#page_token ⇒ String
The token to advance to the next page of results from your request.
Instance Attribute Details
#app_category ⇒ String
Returns a list of bundles that are specific to Lightsail for Research.
You must use this parameter to view Lightsail for Research bundles.
6825 6826 6827 6828 6829 6830 6831 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6825 class GetBundlesRequest < Struct.new( :include_inactive, :page_token, :app_category) SENSITIVE = [] include Aws::Structure end |
#include_inactive ⇒ Boolean
A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.
6825 6826 6827 6828 6829 6830 6831 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6825 class GetBundlesRequest < Struct.new( :include_inactive, :page_token, :app_category) SENSITIVE = [] include Aws::Structure end |
#page_token ⇒ String
The token to advance to the next page of results from your request.
To get a page token, perform an initial ‘GetBundles` request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.
6825 6826 6827 6828 6829 6830 6831 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6825 class GetBundlesRequest < Struct.new( :include_inactive, :page_token, :app_category) SENSITIVE = [] include Aws::Structure end |