Class: Aws::Glue::Types::CreateScriptRequest

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

#dag_edgesArray<Types::CodeGenEdge>

A list of the edges in the DAG.

Returns:



5459
5460
5461
5462
5463
5464
5465
# File 'lib/aws-sdk-glue/types.rb', line 5459

class CreateScriptRequest < Struct.new(
  :dag_nodes,
  :dag_edges,
  :language)
  SENSITIVE = []
  include Aws::Structure
end

#dag_nodesArray<Types::CodeGenNode>

A list of the nodes in the DAG.

Returns:



5459
5460
5461
5462
5463
5464
5465
# File 'lib/aws-sdk-glue/types.rb', line 5459

class CreateScriptRequest < Struct.new(
  :dag_nodes,
  :dag_edges,
  :language)
  SENSITIVE = []
  include Aws::Structure
end

#languageString

The programming language of the resulting code from the DAG.

Returns:

  • (String)


5459
5460
5461
5462
5463
5464
5465
# File 'lib/aws-sdk-glue/types.rb', line 5459

class CreateScriptRequest < Struct.new(
  :dag_nodes,
  :dag_edges,
  :language)
  SENSITIVE = []
  include Aws::Structure
end