List Tags For Resource
| ivsrealtime_list_tags_for_resource | R Documentation |
Gets information about AWS tags for the specified ARN¶
Description¶
Gets information about AWS tags for the specified ARN.
Usage¶
ivsrealtime_list_tags_for_resource(resourceArn)
Arguments¶
resourceArn |
[required] The ARN of the resource to be retrieved. The ARN must be URL-encoded. |
Value¶
A list with the following syntax:
list(
tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
resourceArn = "string"
)