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

InputColumn

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

Metadata for a column that is used as the input of a transform operation.

interface InputColumn {
Name: string;
}

§Properties

§
Name: string
[src]

The name of this column in the underlying data source.

§

The data type of the column.