WorkflowExecution
public struct WorkflowExecution : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A system-generated unique identifier for the workflow execution.
Declaration
Swift
public let runId: String
-
The user defined identifier associated with the workflow execution.
Declaration
Swift
public let workflowId: String
-
Undocumented
Declaration
Swift
public init(runId: String, workflowId: String)
-
Declaration
Swift
public func validate(name: String) throws