Edge
public struct Edge : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique of the node within the workflow where the edge ends.
Declaration
Swift
public let destinationId: String? -
The unique of the node within the workflow where the edge starts.
Declaration
Swift
public let sourceId: String? -
Undocumented
Declaration
Swift
public init(destinationId: String? = nil, sourceId: String? = nil)
View on GitHub
Edge Structure Reference