resourcegroups_list_grouping_statuses: Returns the status of the last grouping or ungrouping action...

View source: R/resourcegroups_operations.R

resourcegroups_list_grouping_statusesR 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 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.


paws.management documentation built on April 3, 2025, 10:39 p.m.