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

DecimalParameterDeclaration

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

A parameter declaration for the Decimal data type.

interface DecimalParameterDeclaration {
DefaultValues?: DecimalDefaultValues | null;
Name: string;
ParameterValueType: ParameterValueType;
ValueWhenUnset?: DecimalValueWhenUnsetConfiguration | null;
}

§Properties

§
DefaultValues?: DecimalDefaultValues | null
[src]

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

§
Name: string
[src]

The name of the parameter that is being declared.

§
ParameterValueType: ParameterValueType
[src]

The value type determines whether the parameter is a single-value or multi-value parameter.

§

The configuration that defines the default value of a Decimal parameter when a value has not been set.