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

TableAggregatedFieldWells

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

The aggregated field well for the table.

interface TableAggregatedFieldWells {
GroupBy?: DimensionField[] | null;
Values?: MeasureField[] | null;
}

§Properties

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

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

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

The values field well for a pivot table. Values are aggregated based on group by fields.