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

ListTagsOfResourceOutput

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

§Properties

§
NextToken?: string | null
[src]

If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.

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

The tags currently associated with the Amazon DynamoDB resource.