WorkflowRunStatistics
public struct WorkflowRunStatistics : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Total number of Actions that have failed.
Declaration
Swift
public let failedActions: Int?
-
Total number Actions in running state.
Declaration
Swift
public let runningActions: Int?
-
Total number of Actions that have stopped.
Declaration
Swift
public let stoppedActions: Int?
-
Total number of Actions that have succeeded.
Declaration
Swift
public let succeededActions: Int?
-
Total number of Actions that timed out.
Declaration
Swift
public let timeoutActions: Int?
-
Total number of Actions in the workflow run.
Declaration
Swift
public let totalActions: Int?
-
Undocumented
Declaration
Swift
public init(failedActions: Int? = nil, runningActions: Int? = nil, stoppedActions: Int? = nil, succeededActions: Int? = nil, timeoutActions: Int? = nil, totalActions: Int? = nil)