List Tags For Resource
| macie2_list_tags_for_resource | R Documentation |
Retrieves the tags (keys and values) that are associated with an Amazon Macie resource¶
Description¶
Retrieves the tags (keys and values) that are associated with an Amazon Macie resource.
Usage¶
macie2_list_tags_for_resource(resourceArn)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource. |
Value¶
A list with the following syntax:
list(
tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
resourceArn = "string"
)