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

UntagColumnOperation

import type { UntagColumnOperation } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";

A transform operation that removes tags associated with a column.

interface UntagColumnOperation {
ColumnName: string;
TagNames: ColumnTagName[];
}

§Properties

§
ColumnName: string
[src]

The column that this operation acts on.

§
TagNames: ColumnTagName[]
[src]

The column tags to remove from this column.