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

UntagInput

import type { UntagInput } from "https://aws-api.deno.dev/v0.3/services/resourcegroups.ts?docs=full";
interface UntagInput {
Arn: string;
Keys: string[];
}

§Properties

§
Arn: string
[src]

The ARN of the resource group from which to remove tags. The command removed both the specified keys and any values associated with those keys.

§
Keys: string[]
[src]

The keys of the tags to be removed.