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

ListTagsResponse

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

§Properties

§
NextToken?: string | null
[src]

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

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

A list of tags currently associated with the DAX cluster.