List Tags For Resource
appregistry_list_tags_for_resource | R Documentation |
Lists all of the tags on the resource¶
Description¶
Lists all of the tags on the resource.
Usage¶
appregistry_list_tags_for_resource(resourceArn)
Arguments¶
resourceArn |
[required] The Amazon resource name (ARN) that specifies the resource. |
Value¶
A list with the following syntax:
list(
tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
resourceArn = "string"
)