JobProcessDetails
public struct JobProcessDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of things that cancelled the job.
Declaration
Swift
public let numberOfCanceledThings: Int?
-
The number of things that failed executing the job.
Declaration
Swift
public let numberOfFailedThings: Int?
-
The number of things currently executing the job.
Declaration
Swift
public let numberOfInProgressThings: Int?
-
The number of things that are awaiting execution of the job.
Declaration
Swift
public let numberOfQueuedThings: Int?
-
The number of things that rejected the job.
Declaration
Swift
public let numberOfRejectedThings: Int?
-
The number of things that are no longer scheduled to execute the job because they have been deleted or have been removed from the group that was a target of the job.
Declaration
Swift
public let numberOfRemovedThings: Int?
-
The number of things which successfully completed the job.
Declaration
Swift
public let numberOfSucceededThings: Int?
-
The number of things whose job execution status is TIMED_OUT.
Declaration
Swift
public let numberOfTimedOutThings: Int?
-
The target devices to which the job execution is being rolled out. This value will be null after the job execution has finished rolling out to all the target devices.
Declaration
Swift
public let processingTargets: [String]?
-
init(numberOfCanceledThings:numberOfFailedThings:numberOfInProgressThings:numberOfQueuedThings:numberOfRejectedThings:numberOfRemovedThings:numberOfSucceededThings:numberOfTimedOutThings:processingTargets:)
Undocumented
Declaration
Swift
public init(numberOfCanceledThings: Int? = nil, numberOfFailedThings: Int? = nil, numberOfInProgressThings: Int? = nil, numberOfQueuedThings: Int? = nil, numberOfRejectedThings: Int? = nil, numberOfRemovedThings: Int? = nil, numberOfSucceededThings: Int? = nil, numberOfTimedOutThings: Int? = nil, processingTargets: [String]? = nil)