Returns the status of the last grouping or ungrouping action for each resource in the specified application group
Source:R/resourcegroups_operations.R
resourcegroups_list_grouping_statuses.RdReturns 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.
Usage
resourcegroups_list_grouping_statuses(
Group,
MaxResults = NULL,
Filters = NULL,
NextToken = NULL
)Arguments
- Group
[required] The application group identifier, expressed as an Amazon resource name (ARN) or the application group name.
- MaxResults
The maximum number of resources and their statuses returned in the response.
- Filters
The filter name and value pair that is used to return more specific results from a list of resources.
- NextToken
The parameter for receiving additional results if you receive a
NextTokenresponse in a previous request. ANextTokenresponse indicates that more output is available. Set this parameter to the value provided by a previous call'sNextTokenresponse to indicate where the output should continue from.