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/ssoadmin.ts?docs=full";
interface UntagResourceRequest {
InstanceArn: string;
ResourceArn: string;
TagKeys: string[];
}

§Properties

§
InstanceArn: string
[src]

The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

§
ResourceArn: string
[src]

The ARN of the resource with the tags to be listed.

§
TagKeys: string[]
[src]

The keys of tags that are attached to the resource.