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

ParameterAttribute

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

The attributes allowed or specified with a parameter object.

interface ParameterAttribute {
key: string;
stringValue: string;
}

§Properties

§
key: string
[src]

The field identifier.

§
stringValue: string
[src]

The field value, expressed as a String.