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

RemoveTagsFromResourceInput

import type { RemoveTagsFromResourceInput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";

RemoveTagsFromResourceInput

interface RemoveTagsFromResourceInput {
ResourceARN: string;
TagKeys: string[];
}

§Properties

§
ResourceARN: string
[src]

The Amazon Resource Name (ARN) of the resource you want to remove the tags from.

§
TagKeys: string[]
[src]

The keys of the tags you want to remove from the specified resource. A tag is composed of a key-value pair.