List Tags For Resource
| inspector2_list_tags_for_resource | R Documentation |
Lists all tags attached to a given resource¶
Description¶
Lists all tags attached to a given resource.
Usage¶
inspector2_list_tags_for_resource(resourceArn)
Arguments¶
resourceArn |
[required] The Amazon resource number (ARN) of the resource to list tags of. |
Value¶
A list with the following syntax:
list(
tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
resourceArn = "string"
)