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

RenameColumnOperation

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

A transform operation that renames a column.

interface RenameColumnOperation {
ColumnName: string;
NewColumnName: string;
}

§Properties

§
ColumnName: string
[src]

The name of the column to be renamed.

§
NewColumnName: string
[src]

The new name for the column.