resourcegroups_list_tag_sync_tasks {paws.management}R Documentation

Returns a list of tag-sync tasks

Description

Returns a list of tag-sync tasks.

See https://www.paws-r-sdk.com/docs/resourcegroups_list_tag_sync_tasks/ for full documentation.

Usage

resourcegroups_list_tag_sync_tasks(
  Filters = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

Filters

The Amazon resource name (ARN) or name of the application group for which you want to return a list of tag-sync tasks.

MaxResults

The maximum number of results to be included in the response.

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.


[Package paws.management version 0.9.0 Index]