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

ColumnIdentifier

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

A column of a data set.

interface ColumnIdentifier {
ColumnName: string;
DataSetIdentifier: string;
}

§Properties

§
ColumnName: string
[src]

The name of the column.

§
DataSetIdentifier: string
[src]

The data set that the column belongs to.