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

ListTagsForResourceResponse

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

§Properties

§
NextToken?: string | null
[src]

A pagination token to resume pagination with a subsequent call to ListTagsForResourceResponse.

§
Tags: Tag[]
[src]

The tags currently associated with the Timestream resource.