class Aws::Glue::Types::CodeGenNode

Represents a node in a directed acyclic graph (DAG)

@note When making an API call, you may pass CodeGenNode

data as a hash:

    {
      id: "CodeGenIdentifier", # required
      node_type: "CodeGenNodeType", # required
      args: [ # required
        {
          name: "CodeGenArgName", # required
          value: "CodeGenArgValue", # required
          param: false,
        },
      ],
      line_number: 1,
    }

@!attribute [rw] id

A node identifier that is unique within the node's graph.
@return [String]

@!attribute [rw] node_type

The type of node that this is.
@return [String]

@!attribute [rw] args

Properties of the node, in the form of name-value pairs.
@return [Array<Types::CodeGenNodeArg>]

@!attribute [rw] line_number

The line number of the node.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CodeGenNode AWS API Documentation

Constants

SENSITIVE