List Tags For Resource
finspace_list_tags_for_resource | R Documentation |
A list of all tags for a resource¶
Description¶
A list of all tags for a resource.
Usage¶
finspace_list_tags_for_resource(resourceArn)
Arguments¶
resourceArn |
[required] The Amazon Resource Name of the resource. |
Value¶
A list with the following syntax:
list(
tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
resourceArn = "string"
)