dax_list_tags {paws.database} | R Documentation |
List all of the tags for a DAX cluster
Description
List all of the tags for a DAX cluster. You can call list_tags
up to 10 times per second, per account.
See https://www.paws-r-sdk.com/docs/dax_list_tags/ for full documentation.
Usage
dax_list_tags(ResourceName, NextToken = NULL)
Arguments
ResourceName |
[required] The name of the DAX resource to which the tags belong. |
NextToken |
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token. |
[Package paws.database version 0.7.0 Index]