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

CreateScriptResponse

import type { CreateScriptResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface CreateScriptResponse {
PythonScript?: string | null;
ScalaCode?: string | null;
}

§Properties

§
PythonScript?: string | null
[src]

The Python script generated from the DAG.

§
ScalaCode?: string | null
[src]

The Scala code generated from the DAG.