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

OutputColumn

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

Output column.

interface OutputColumn {
Description?: string | null;
Name?: string | null;
Type?: ColumnDataType | null;
}

§Properties

§
Description?: string | null
[src]

A description for a column.

§
Name?: string | null
[src]

A display name for the dataset.

§
Type?: ColumnDataType | null
[src]

Type.