The input for UntagResourceCommand.

interface UntagResourceCommandInput {
    ResourceArn: undefined | string;
    TagKeys: undefined | string[];
}

Hierarchy (view full)

Properties

Properties

ResourceArn: undefined | string

Amazon Resource Name (ARN) of the model, collection, or stream processor that you want to remove the tags from.

TagKeys: undefined | string[]

A list of the tags that you want to remove.