Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListTagsForResourceResponse

import type { ListTagsForResourceResponse } from "https://aws-api.deno.dev/v0.3/services/comprehend.ts?docs=full";
interface ListTagsForResourceResponse {
ResourceArn?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
ResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are querying.

§
Tags?: Tag[] | null
[src]

Tags associated with the Amazon Comprehend resource being queried. A tag is a key-value pair that adds as a metadata to a resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.