List Tags For Resource
| quicksight_list_tags_for_resource | R Documentation |
Lists the tags assigned to a resource¶
Description¶
Lists the tags assigned to a resource.
Usage¶
quicksight_list_tags_for_resource(ResourceArn)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource that you want a list of tags for. |
Value¶
A list with the following syntax:
list(
Tags = list(
list(
Key = "string",
Value = "string"
)
),
RequestId = "string",
Status = 123
)
Request syntax¶
svc$list_tags_for_resource(
ResourceArn = "string"
)