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

PivotTableAggregatedFieldWells

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

The aggregated field well for the pivot table.

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

§Properties

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

The columns field well for a pivot table. Values are grouped by columns fields.

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

The rows field well for a pivot table. Values are grouped by rows fields.

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

The values field well for a pivot table. Values are aggregated based on rows and columns fields.