List Tags For Resource
personalize_list_tags_for_resource | R Documentation |
Get a list of tags attached to a resource¶
Description¶
Get a list of tags attached to a resource.
Usage¶
personalize_list_tags_for_resource(resourceArn)
Arguments¶
resourceArn |
[required] The resource's Amazon Resource Name (ARN). |
Value¶
A list with the following syntax:
list(
tags = list(
list(
tagKey = "string",
tagValue = "string"
)
)
)
Request syntax¶
svc$list_tags_for_resource(
resourceArn = "string"
)