lightsail_get_bundles {paws.compute} | R Documentation |
Returns the bundles that you can apply to an Amazon Lightsail instance when you create it
Description
Returns the bundles that you can apply to an Amazon Lightsail instance when you create it.
See https://www.paws-r-sdk.com/docs/lightsail_get_bundles/ for full documentation.
Usage
lightsail_get_bundles(
includeInactive = NULL,
pageToken = NULL,
appCategory = NULL
)
Arguments
includeInactive |
A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request. |
pageToken |
The token to advance to the next page of results from your request. To get a page token, perform an initial
|
appCategory |
Returns a list of bundles that are specific to Lightsail for Research. You must use this parameter to view Lightsail for Research bundles. |
[Package paws.compute version 0.9.0 Index]