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

TagOptionDetail

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

Information about a TagOption.

interface TagOptionDetail {
Active?: boolean | null;
Id?: string | null;
Key?: string | null;
Owner?: string | null;
Value?: string | null;
}

§Properties

§
Active?: boolean | null
[src]

The TagOption active state.

§
Id?: string | null
[src]

The TagOption identifier.

§
Key?: string | null
[src]

The TagOption key.

§
Owner?: string | null
[src]

The AWS account Id of the owner account that created the TagOption.

§
Value?: string | null
[src]

The TagOption value.