Class: Aws::Glue::Types::CodeGenNode

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

Overview

Represents a node in a directed acyclic graph (DAG)

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#argsArray<Types::CodeGenNodeArg>

Properties of the node, in the form of name-value pairs.

Returns:



2491
2492
2493
2494
2495
2496
2497
2498
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2491

class CodeGenNode < Struct.new(
  :id,
  :node_type,
  :args,
  :line_number)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A node identifier that is unique within the node's graph.

Returns:

  • (String)


2491
2492
2493
2494
2495
2496
2497
2498
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2491

class CodeGenNode < Struct.new(
  :id,
  :node_type,
  :args,
  :line_number)
  SENSITIVE = []
  include Aws::Structure
end

#line_numberInteger

The line number of the node.

Returns:

  • (Integer)


2491
2492
2493
2494
2495
2496
2497
2498
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2491

class CodeGenNode < Struct.new(
  :id,
  :node_type,
  :args,
  :line_number)
  SENSITIVE = []
  include Aws::Structure
end

#node_typeString

The type of node that this is.

Returns:

  • (String)


2491
2492
2493
2494
2495
2496
2497
2498
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2491

class CodeGenNode < Struct.new(
  :id,
  :node_type,
  :args,
  :line_number)
  SENSITIVE = []
  include Aws::Structure
end