Description Usage Arguments Value Request syntax
View source: R/comprehend_operations.R
Lists all tags associated with a given Amazon Comprehend resource.
1 | comprehend_list_tags_for_resource(ResourceArn)
|
ResourceArn |
[required] The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are querying. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 |
1 2 3 | svc$list_tags_for_resource(
ResourceArn = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.