List Tags For Resource
| cleanroomsml_list_tags_for_resource | R Documentation |
Returns a list of tags for a provided resource¶
Description¶
Returns a list of tags for a provided resource.
Usage¶
cleanroomsml_list_tags_for_resource(resourceArn)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource that you are interested in. |
Value¶
A list with the following syntax:
list(
tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
resourceArn = "string"
)