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

ListTagsForResourceOutput

import type { ListTagsForResourceOutput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface ListTagsForResourceOutput {
nextToken?: string | null;
tags: Tag[];
}

§Properties

§
nextToken?: string | null
[src]

A token that indicates the location of the next resource tag in the array of resource tags, after the current requested list of resource tags.

§
tags: Tag[]
[src]

A list of resource tags with detail data.