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