Returns the status of the last grouping or ungrouping action for each resource in the specified application group.
See https://www.paws-r-sdk.com/docs/resourcegroups_list_grouping_statuses/ for full documentation.
resourcegroups_list_grouping_statuses(
Group,
MaxResults = NULL,
Filters = NULL,
NextToken = NULL
)
[required] The application group identifier, expressed as an Amazon resource name (ARN) or the application group name.
The maximum number of resources and their statuses returned in the response.
The filter name and value pair that is used to return more specific results from a list of resources.
The parameter for receiving additional results if you receive a
NextToken
response in a previous request. A NextToken
response
indicates that more output is available. Set this parameter to the value
provided by a previous call's NextToken
response to indicate where the
output should continue from.