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

PeriodOverPeriodComputation

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

The period over period computation configuration.

interface PeriodOverPeriodComputation {
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.

§
Value?: MeasureField | null
[src]

The value field that is used in a computation.