ResumeWorkflowRunRequest

public struct ResumeWorkflowRunRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the workflow to resume.

    Declaration

    Swift

    public let name: String
  • A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a run attempt in the original run.

    Declaration

    Swift

    public let nodeIds: [String]
  • The ID of the workflow run to resume.

    Declaration

    Swift

    public let runId: String
  • Undocumented

    Declaration

    Swift

    public init(name: String, nodeIds: [String], runId: String)
  • Declaration

    Swift

    public func validate(name: String) throws