You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::WorkflowGraph

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A workflow graph represents the complete workflow containing all the AWS Glue components present in the workflow and all the directed connections between them.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#edgesArray<Types::Edge>

A list of all the directed connections between the nodes belonging to the workflow.

Returns:

  • (Array<Types::Edge>)

    A list of all the directed connections between the nodes belonging to the workflow.

#nodesArray<Types::Node>

A list of the the AWS Glue components belong to the workflow represented as nodes.

Returns:

  • (Array<Types::Node>)

    A list of the the AWS Glue components belong to the workflow represented as nodes.