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

CalculatedField

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

The calculated field of an analysis.

interface CalculatedField {
DataSetIdentifier: string;
Expression: string;
Name: string;
}

§Properties

§
DataSetIdentifier: string
[src]

The data set that is used in this calculated field.

§
Expression: string
[src]

The expression of the calculated field.

§
Name: string
[src]

The name of the calculated field.