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.4/services/macie2.ts?docs=full";
interface UntagResourceRequest {
resourceArn: string;
tagKeys: string[];
}

§Properties

§
resourceArn: string
[src]

The Amazon Resource Name (ARN) of the resource.

§
tagKeys: string[]
[src]

One or more tags (keys) to remove from the resource. In an HTTP request to remove multiple tags, append the tagKeys parameter and argument for each tag to remove, separated by an ampersand (&).