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

ListTagsForResourceOutput

import type { ListTagsForResourceOutput } from "https://aws-api.deno.dev/v0.3/services/appmesh.ts?docs=full";

TODO: Failed to render documentation: unhandled top level doc tag zonbook

interface ListTagsForResourceOutput {
nextToken?: string | null;
tags: TagRef[];
}

§Properties

§
nextToken?: string | null
[src]

The nextToken value to include in a future ListTagsForResource request. When the results of a ListTagsForResource request exceed limit, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

§
tags: TagRef[]
[src]

The tags for the resource.