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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#python_scriptString

The Python script generated from the DAG.

Returns:

  • (String)


4567
4568
4569
4570
4571
4572
# File 'lib/aws-sdk-glue/types.rb', line 4567

class CreateScriptResponse < Struct.new(
  :python_script,
  :scala_code)
  SENSITIVE = []
  include Aws::Structure
end

#scala_codeString

The Scala code generated from the DAG.

Returns:

  • (String)


4567
4568
4569
4570
4571
4572
# File 'lib/aws-sdk-glue/types.rb', line 4567

class CreateScriptResponse < Struct.new(
  :python_script,
  :scala_code)
  SENSITIVE = []
  include Aws::Structure
end