You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::CodeGenEdge
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CodeGenEdge
- Defined in:
- (unknown)
Overview
Note:
When passing CodeGenEdge as input to an Aws::Client method, you can use a vanilla Hash:
{
source: "CodeGenIdentifier", # required
target: "CodeGenIdentifier", # required
target_parameter: "CodeGenArgName",
}
Represents a directional edge in a directed acyclic graph (DAG).
Instance Attribute Summary collapse
-
#source ⇒ String
The ID of the node at which the edge starts.
-
#target ⇒ String
The ID of the node at which the edge ends.
-
#target_parameter ⇒ String
The target of the edge.
Instance Attribute Details
#source ⇒ String
The ID of the node at which the edge starts.
#target ⇒ String
The ID of the node at which the edge ends.
#target_parameter ⇒ String
The target of the edge.