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

Contains information about a tag associated with the EC2 instance.

interface Tag {
Key?: string | null;
Value?: string | null;
}

§Properties

§
Key?: string | null
[src]

The EC2 instance tag key.

§
Value?: string | null
[src]

The EC2 instance tag value.