managedgrafana_list_workspaces {paws.management} | R Documentation |
Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace
Description
Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace. For more complete information about one workspace, use describe_workspace
.
See https://www.paws-r-sdk.com/docs/managedgrafana_list_workspaces/ for full documentation.
Usage
managedgrafana_list_workspaces(maxResults = NULL, nextToken = NULL)
Arguments
maxResults |
The maximum number of workspaces to include in the results. |
nextToken |
The token for the next set of workspaces to return. (You receive this
token from a previous
|
[Package paws.management version 0.9.0 Index]