List Tags
mq_list_tags | R Documentation |
Lists tags for a resource¶
Description¶
Lists tags for a resource.
Usage¶
mq_list_tags(ResourceArn)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource tag. |
Value¶
A list with the following syntax:
list(
Tags = list(
"string"
)
)
Request syntax¶
svc$list_tags(
ResourceArn = "string"
)