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

UntagResourceRequest

import type { UntagResourceRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface UntagResourceRequest {
ResourceArn: string;
TagsToRemove: string[];
}

§Properties

§
ResourceArn: string
[src]

The Amazon Resource Name (ARN) of the resource from which to remove the tags.

§
TagsToRemove: string[]
[src]

Tags to remove from this resource.