List App Bundles
appfabric_list_app_bundles | R Documentation |
Returns a list of app bundles¶
Description¶
Returns a list of app bundles.
Usage¶
appfabric_list_app_bundles(maxResults, nextToken)
Arguments¶
maxResults |
The maximum number of results that are returned per call. You can
use This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum. |
nextToken |
If |
Value¶
A list with the following syntax:
list(
appBundleSummaryList = list(
list(
arn = "string"
)
),
nextToken = "string"
)
Request syntax¶
svc$list_app_bundles(
maxResults = 123,
nextToken = "string"
)