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

Instance Attribute Details

#sourceString

The ID of the node at which the edge starts.

Returns:

  • (String)

    The ID of the node at which the edge starts.

#targetString

The ID of the node at which the edge ends.

Returns:

  • (String)

    The ID of the node at which the edge ends.

#target_parameterString

The target of the edge.

Returns:

  • (String)

    The target of the edge.