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

RemoveTagsFromResourceRequest

import type { RemoveTagsFromResourceRequest } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface RemoveTagsFromResourceRequest {
ResourceId: string;
TagKeys: string[];
}

§Properties

§
ResourceId: string
[src]

Identifier (ID) of the directory from which to remove the tag.

§
TagKeys: string[]
[src]

The tag key (name) of the tag to be removed.