GetDataflowGraphResponse
public struct GetDataflowGraphResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of the edges in the resulting DAG.
Declaration
Swift
public let dagEdges: [CodeGenEdge]? -
A list of the nodes in the resulting DAG.
Declaration
Swift
public let dagNodes: [CodeGenNode]? -
Undocumented
Declaration
Swift
public init(dagEdges: [CodeGenEdge]? = nil, dagNodes: [CodeGenNode]? = nil)
View on GitHub
GetDataflowGraphResponse Structure Reference