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

DimensionField

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

The dimension type field.

interface DimensionField {
CategoricalDimensionField?: CategoricalDimensionField | null;
DateDimensionField?: DateDimensionField | null;
NumericalDimensionField?: NumericalDimensionField | null;
}

§Properties

§
CategoricalDimensionField?: CategoricalDimensionField | null
[src]

The dimension type field with categorical type columns.

§
DateDimensionField?: DateDimensionField | null
[src]

The dimension type field with date type columns.

§
NumericalDimensionField?: NumericalDimensionField | null
[src]

The dimension type field with numerical type columns.