List Tags For Resource
route53profiles_list_tags_for_resource | R Documentation |
Lists the tags that you associated with the specified resource¶
Description¶
Lists the tags that you associated with the specified resource.
Usage¶
route53profiles_list_tags_for_resource(ResourceArn)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) for the resource that you want to list the tags for. |
Value¶
A list with the following syntax:
list(
Tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceArn = "string"
)