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

StringParameter

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

A string parameter.

interface StringParameter {
Name: string;
Values: string[];
}

§Properties

§
Name: string
[src]

A display name for a string parameter.

§
Values: string[]
[src]

The values of a string parameter.