RequestCancelWorkflowExecutionInput
public struct RequestCancelWorkflowExecutionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the domain containing the workflow execution to cancel.
Declaration
Swift
public let domain: String
-
The runId of the workflow execution to cancel.
Declaration
Swift
public let runId: String?
-
The workflowId of the workflow execution to cancel.
Declaration
Swift
public let workflowId: String
-
Undocumented
Declaration
Swift
public init(domain: String, runId: String? = nil, workflowId: String)
-
Declaration
Swift
public func validate(name: String) throws