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

ListTagsOfResourceInput

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

§Properties

§
NextToken?: string | null
[src]

An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.

§
ResourceArn: string
[src]

The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).