WorkflowGraph class

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

Constructors

WorkflowGraph({List<Edge>? edges, List<Node>? nodes})
WorkflowGraph.fromJson(Map<String, dynamic> json)
factory

Properties

edges List<Edge>?
A list of all the directed connections between the nodes belonging to the workflow.
final
hashCode int
The hash code for this object.
no setterinherited
nodes List<Node>?
A list of the the AWS Glue components belong to the workflow represented as nodes.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited