resourcegroups_list_grouping_statuses {paws.management} | R Documentation |
Returns the status of the last grouping or ungrouping action for each resource in the specified application group
Description
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.
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
|