Class: Aws::Glue::Types::Edge
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::Edge
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
An edge represents a directed connection between two Glue components that are part of the workflow the edge belongs to.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_id ⇒ String
The unique of the node within the workflow where the edge ends.
-
#source_id ⇒ String
The unique of the node within the workflow where the edge starts.