WorkflowGraph

public struct WorkflowGraph : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of all the directed connections between the nodes belonging to the workflow.

    Declaration

    Swift

    public let edges: [Edge]?
  • A list of the the AWS Glue components belong to the workflow represented as nodes.

    Declaration

    Swift

    public let nodes: [Node]?
  • Undocumented

    Declaration

    Swift

    public init(edges: [Edge]? = nil, nodes: [Node]? = nil)