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.4/services/sms.ts?docs=full";

Key/value pair that can be assigned to an application.

interface Tag {
key?: string | null;
value?: string | null;
}

§Properties

§
key?: string | null
[src]

The tag key.

§
value?: string | null
[src]

The tag value.