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

RemoveTagsFromResourceMessage

import type { RemoveTagsFromResourceMessage } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface RemoveTagsFromResourceMessage {
ResourceName: string;
TagKeys: string[];
}

§Properties

§
ResourceName: string
[src]

The Amazon RDS resource that the tags are removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon RDS User Guide.

§
TagKeys: string[]
[src]

The tag key (name) of the tag to be removed.