You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::CodeGenNode
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CodeGenNode
- Defined in:
- (unknown)
Overview
Note:
When passing CodeGenNode as input to an Aws::Client method, you can use a vanilla Hash:
{
id: "CodeGenIdentifier", # required
node_type: "CodeGenNodeType", # required
args: [ # required
{
name: "CodeGenArgName", # required
value: "CodeGenArgValue", # required
param: false,
},
],
line_number: 1,
}
Represents a node in a directed acyclic graph (DAG)
Instance Attribute Summary collapse
-
#args ⇒ Array<Types::CodeGenNodeArg>
Properties of the node, in the form of name-value pairs.
-
#id ⇒ String
A node identifier that is unique within the node\'s graph.
-
#line_number ⇒ Integer
The line number of the node.
-
#node_type ⇒ String
The type of node that this is.
Instance Attribute Details
#args ⇒ Array<Types::CodeGenNodeArg>
Properties of the node, in the form of name-value pairs.
#id ⇒ String
A node identifier that is unique within the node\'s graph.
#line_number ⇒ Integer
The line number of the node.
#node_type ⇒ String
The type of node that this is.