ecs_list_clusters {paws.compute} | R Documentation |
Returns a list of existing clusters
Description
Returns a list of existing clusters.
See https://www.paws-r-sdk.com/docs/ecs_list_clusters/ for full documentation.
Usage
ecs_list_clusters(nextToken = NULL, maxResults = NULL)
Arguments
nextToken |
The This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes. |
maxResults |
The maximum number of cluster results that
|