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
show all
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

Instance Attribute Details

#destination_idString

The unique of the node within the workflow where the edge ends.

Returns:

  • (String)

    The unique of the node within the workflow where the edge ends.

#source_idString

The unique of the node within the workflow where the edge starts.

Returns:

  • (String)

    The unique of the node within the workflow where the edge starts.