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)


5477
5478
5479
5480
5481
5482
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5477

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

#scala_codeString

The Scala code generated from the DAG.

Returns:

  • (String)


5477
5478
5479
5480
5481
5482
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5477

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