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

MaximumMinimumComputation

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

The maximum and minimum computation configuration.

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

§Properties

§
ComputationId: string
[src]

The ID for a computation.

§
Name?: string | null
[src]

The name of a computation.

§

The time field that is used in a computation.

§

The type of computation. Choose one of the following options:

  • MAXIMUM: A maximum computation.
  • MINIMUM: A minimum computation.
§
Value?: MeasureField | null
[src]

The value field that is used in a computation.