List Tags For Resource
comprehend_list_tags_for_resource | R Documentation |
Lists all tags associated with a given Amazon Comprehend resource¶
Description¶
Lists all tags associated with a given Amazon Comprehend resource.
Usage¶
comprehend_list_tags_for_resource(ResourceArn)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are querying. |
Value¶
A list with the following syntax:
list(
ResourceArn = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceArn = "string"
)