You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::CreateScriptResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#python_scriptString

The Python script generated from the DAG.

Returns:

  • (String)

    The Python script generated from the DAG.

#scala_codeString

The Scala code generated from the DAG.

Returns:

  • (String)

    The Scala code generated from the DAG.