class Aws::Glue::Types::CodeGenEdge
Represents a directional edge in a directed acyclic graph (DAG).
@note When making an API call, you may pass CodeGenEdge
data as a hash: { source: "CodeGenIdentifier", # required target: "CodeGenIdentifier", # required target_parameter: "CodeGenArgName", }
@!attribute [rw] source
The ID of the node at which the edge starts. @return [String]
@!attribute [rw] target
The ID of the node at which the edge ends. @return [String]
@!attribute [rw] target_parameter
The target of the edge. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CodeGenEdge AWS API Documentation
Constants
- SENSITIVE