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

DisassociateTagOptionFromResourceInput

import type { DisassociateTagOptionFromResourceInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface DisassociateTagOptionFromResourceInput {
ResourceId: string;
TagOptionId: string;
}

§Properties

§
ResourceId: string
[src]

The resource identifier.

§
TagOptionId: string
[src]

The TagOption identifier.