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

CodeGenNodeArg

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

An argument or property of a node.

interface CodeGenNodeArg {
Name: string;
Param?: boolean | null;
Value: string;
}

§Properties

§
Name: string
[src]

The name of the argument or property.

§
Param?: boolean | null
[src]

True if the value is used as a parameter.

§
Value: string
[src]

The value of the argument or property.