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

TableFieldWells

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

The field wells for a table visual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

interface TableFieldWells {
TableAggregatedFieldWells?: TableAggregatedFieldWells | null;
TableUnaggregatedFieldWells?: TableUnaggregatedFieldWells | null;
}

§Properties

§
TableAggregatedFieldWells?: TableAggregatedFieldWells | null
[src]

The aggregated field well for the table.

§
TableUnaggregatedFieldWells?: TableUnaggregatedFieldWells | null
[src]

The unaggregated field well for the table.