class Aws::IoT::Types::JobProcessDetails
@return [Integer]
The number of things whose job execution status is ‘TIMED_OUT`.
@!attribute [rw] number_of_timed_out_things
@return [Integer]
that was a target of the job.
because they have been deleted or have been removed from the group
The number of things that are no longer scheduled to execute the job
@!attribute [rw] number_of_removed_things
@return [Integer]
The number of things currently executing the job.
@!attribute [rw] number_of_in_progress_things
@return [Integer]
The number of things that are awaiting execution of the job.
@!attribute [rw] number_of_queued_things
@return [Integer]
The number of things that rejected the job.
@!attribute [rw] number_of_rejected_things
@return [Integer]
The number of things that failed executing the job.
@!attribute [rw] number_of_failed_things
@return [Integer]
The number of things which successfully completed the job.
@!attribute [rw] number_of_succeeded_things
@return [Integer]
The number of things that cancelled the job.
@!attribute [rw] number_of_canceled_things
@return [Array<String>]
out to all the target devices.
This value will be null after the job execution has finished rolling
The target devices to which the job execution is being rolled out.
@!attribute [rw] processing_targets
The job process details.