You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::JobProcessDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The job process details.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#number_of_canceled_thingsInteger

The number of things that cancelled the job.

Returns:

  • (Integer)

    The number of things that cancelled the job.

#number_of_failed_thingsInteger

The number of things that failed executing the job.

Returns:

  • (Integer)

    The number of things that failed executing the job.

#number_of_in_progress_thingsInteger

The number of things currently executing the job.

Returns:

  • (Integer)

    The number of things currently executing the job.

#number_of_queued_thingsInteger

The number of things that are awaiting execution of the job.

Returns:

  • (Integer)

    The number of things that are awaiting execution of the job.

#number_of_rejected_thingsInteger

The number of things that rejected the job.

Returns:

  • (Integer)

    The number of things that rejected the job.

#number_of_removed_thingsInteger

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.

Returns:

  • (Integer)

    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.

#number_of_succeeded_thingsInteger

The number of things which successfully completed the job.

Returns:

  • (Integer)

    The number of things which successfully completed the job.

#number_of_timed_out_thingsInteger

The number of things whose job execution status is TIMED_OUT.

Returns:

  • (Integer)

    The number of things whose job execution status is TIMED_OUT.

#processing_targetsArray<String>

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.

Returns:

  • (Array<String>)

    The target devices to which the job execution is being rolled out.