- Navigation Guide
@aws-sdk/client-glue
CreateScriptCommandOutput Interface
The output of CreateScriptCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
PythonScript | string | undefined | The Python script generated from the DAG. |
ScalaCode | string | undefined | The Scala code generated from the DAG. |
Full Signature
export interface CreateScriptCommandOutput extends CreateScriptResponse, MetadataBearer