Returns information about a list of specified workgroups
Source:R/redshiftserverless_operations.R
redshiftserverless_list_workgroups.RdReturns information about a list of specified workgroups.
See https://www.paws-r-sdk.com/docs/redshiftserverless_list_workgroups/ for full documentation.
Usage
redshiftserverless_list_workgroups(
maxResults = NULL,
nextToken = NULL,
ownerAccount = NULL
)Arguments
- maxResults
An optional parameter that specifies the maximum number of results to return. You can use
nextTokento display the next page of results.- nextToken
If your initial ListWorkgroups operation returns a
nextToken, you can include the returnednextTokenin following ListNamespaces operations, which returns results in the next page.- ownerAccount
The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.