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

TagDescription

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

Describes a tag.

interface TagDescription {
Key?: string | null;
ResourceId?: string | null;
ResourceType?: ResourceType | null;
Value?: string | null;
}

§Properties

§
Key?: string | null
[src]

The tag key.

§
ResourceId?: string | null
[src]

The ID of the resource.

§
ResourceType?: ResourceType | null
[src]

The resource type.

§
Value?: string | null
[src]

The tag value.