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/datasync.ts?docs=full";

UntagResourceRequest

interface UntagResourceRequest {
Keys: string[];
ResourceArn: string;
}

§Properties

§
Keys: string[]
[src]

The keys in the key-value pair in the tag to remove.

§
ResourceArn: string
[src]

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