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

TotalAggregationComputation

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

The total aggregation computation configuration.

interface TotalAggregationComputation {
ComputationId: string;
Name?: string | null;
Value: MeasureField;
}

§Properties

§
ComputationId: string
[src]

The ID for a computation.

§
Name?: string | null
[src]

The name of a computation.

§

The value field that is used in a computation.