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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


6992
6993
6994
6995
6996
6997
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6992

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

#scala_codeString

The Scala code generated from the DAG.

Returns:

  • (String)


6992
6993
6994
6995
6996
6997
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6992

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