You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::Edge
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::Edge
- Defined in:
- (unknown)
Overview
An edge represents a directed connection between two AWS Glue components that are part of the workflow the edge belongs to.
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.
Instance Attribute Details
#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.