List Tags For Resource
| emrcontainers_list_tags_for_resource | R Documentation |
Lists the tags assigned to the resources¶
Description¶
Lists the tags assigned to the resources.
Usage¶
emrcontainers_list_tags_for_resource(resourceArn)
Arguments¶
resourceArn |
[required] The ARN of tagged resources. |
Value¶
A list with the following syntax:
list(
tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
resourceArn = "string"
)