JobProgressSummary
public struct JobProgressSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let numberOfTasksFailed: Int64? -
Undocumented
Declaration
Swift
public let numberOfTasksSucceeded: Int64? -
Undocumented
Declaration
Swift
public let totalNumberOfTasks: Int64? -
Undocumented
Declaration
Swift
public init(numberOfTasksFailed: Int64? = nil, numberOfTasksSucceeded: Int64? = nil, totalNumberOfTasks: Int64? = nil)
View on GitHub
JobProgressSummary Structure Reference