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

UniqueValuesComputation

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

The unique values computation configuration.

interface UniqueValuesComputation {
Category: DimensionField;
ComputationId: string;
Name?: string | null;
}

§Properties

§

The category field that is used in a computation.

§
ComputationId: string
[src]

The ID for a computation.

§
Name?: string | null
[src]

The name of a computation.