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

TagOptionSummary

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

Summary information about a TagOption.

interface TagOptionSummary {
Key?: string | null;
Values?: string[] | null;
}

§Properties

§
Key?: string | null
[src]

The TagOption key.

§
Values?: string[] | null
[src]

The TagOption value.