ResumeWorkflowRunResponse
public struct ResumeWorkflowRunResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of the node IDs for the nodes that were actually restarted.
Declaration
Swift
public let nodeIds: [String]?
-
The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.
Declaration
Swift
public let runId: String?
-
Undocumented
Declaration
Swift
public init(nodeIds: [String]? = nil, runId: String? = nil)