dynamodb_list_tags_of_resource {paws.database} | R Documentation |
List all tags on an Amazon DynamoDB resource. You can call ListTagsOfResource up to 10 times per second, per account.
See https://www.paws-r-sdk.com/docs/dynamodb_list_tags_of_resource/ for full documentation.
dynamodb_list_tags_of_resource(ResourceArn, NextToken = NULL)
ResourceArn |
[required] The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN). |
NextToken |
An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results. |