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

Tag

import type { Tag } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";

The key or keys of the key-value pairs for the resource tag or tags assigned to the resource.

interface Tag {
Key: string;
Value: string;
}

§Properties

§
Key: string
[src]

Tag key.

§
Value: string
[src]

Tag value.