resourcegroups_list_groups {paws.management} | R Documentation |
Returns a list of existing Resource Groups in your account
Description
Returns a list of existing Resource Groups in your account.
See https://www.paws-r-sdk.com/docs/resourcegroups_list_groups/ for full documentation.
Usage
resourcegroups_list_groups(Filters = NULL, MaxResults = NULL, NextToken = NULL)
Arguments
Filters |
Filters, formatted as GroupFilter objects, that you want to apply to a
|
MaxResults |
The total number of results that you want included on each page of the
response. If you do not include this parameter, it defaults to a value
that is specific to the operation. If additional items exist beyond the
maximum you specify, the |
NextToken |
The parameter for receiving additional results if you receive a
|