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

ParameterObject

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

Contains information about a parameter object.

interface ParameterObject {
attributes: ParameterAttribute[];
id: string;
}

§Properties

§

The attributes of the parameter object.

§
id: string
[src]

The ID of the parameter object.