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

UntagOutput

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

§Properties

§
Arn?: string | null
[src]

The ARN of the resource group from which tags have been removed.

§
Keys?: string[] | null
[src]

The keys of the tags that were removed.