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

IntegerParameterDeclaration

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

A parameter declaration for the Integer data type.

interface IntegerParameterDeclaration {
DefaultValues?: IntegerDefaultValues | null;
Name: string;
ParameterValueType: ParameterValueType;
ValueWhenUnset?: IntegerValueWhenUnsetConfiguration | null;
}

§Properties

§
DefaultValues?: IntegerDefaultValues | 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.

§

A parameter declaration for the Integer data type.