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

ListTagsRequest

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

§Properties

§
NextToken?: string | null
[src]

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

§
ResourceName: string
[src]

The name of the DAX resource to which the tags belong.