GetWorkflowRunResponse
public struct GetWorkflowRunResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The requested workflow run metadata.
Declaration
Swift
public let run: WorkflowRun?
-
Undocumented
Declaration
Swift
public init(run: WorkflowRun? = nil)