List Tags For Resource
drs_list_tags_for_resource | R Documentation |
List all tags for your Elastic Disaster Recovery resources¶
Description¶
List all tags for your Elastic Disaster Recovery resources.
Usage¶
drs_list_tags_for_resource(resourceArn)
Arguments¶
resourceArn |
[required] The ARN of the resource whose tags should be returned. |
Value¶
A list with the following syntax:
list(
tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
resourceArn = "string"
)