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

§Properties

§
resourceShareArn: string
[src]

Specifies the Amazon Resoure Name (ARN) of the resource share that you want to remove tags from. The tags are removed from the resource share, not the resources in the resource share.

§
tagKeys: string[]
[src]

Specifies a list of one or more tag keys that you want to remove.