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

TagKeyOnly

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

The key of a tag.

interface TagKeyOnly {
Key?: string | null;
}

§Properties

§
Key?: string | null
[src]

The name of the key.