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

HeatMapAggregatedFieldWells

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

The aggregated field wells of a heat map.

interface HeatMapAggregatedFieldWells {
Columns?: DimensionField[] | null;
Rows?: DimensionField[] | null;
Values?: MeasureField[] | null;
}

§Properties

§
Columns?: DimensionField[] | null
[src]

The columns field well of a heat map.

§
Rows?: DimensionField[] | null
[src]

The rows field well of a heat map.

§
Values?: MeasureField[] | null
[src]

The values field well of a heat map.