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

ColumnTag

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

A tag for a column in a [TagColumnOperation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_TagColumnOperation.html) structure. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

interface ColumnTag {
ColumnDescription?: ColumnDescription | null;
ColumnGeographicRole?: GeoSpatialDataRole | null;
}

§Properties

§
ColumnDescription?: ColumnDescription | null
[src]

A description for a column.

§
ColumnGeographicRole?: GeoSpatialDataRole | null
[src]

A geospatial role for a column.