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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

The job process details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#number_of_canceled_thingsInteger

The number of things that cancelled the job.

Returns:

  • (Integer)


9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9063

class JobProcessDetails < Struct.new(
  :processing_targets,
  :number_of_canceled_things,
  :number_of_succeeded_things,
  :number_of_failed_things,
  :number_of_rejected_things,
  :number_of_queued_things,
  :number_of_in_progress_things,
  :number_of_removed_things,
  :number_of_timed_out_things)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_failed_thingsInteger

The number of things that failed executing the job.

Returns:

  • (Integer)


9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9063

class JobProcessDetails < Struct.new(
  :processing_targets,
  :number_of_canceled_things,
  :number_of_succeeded_things,
  :number_of_failed_things,
  :number_of_rejected_things,
  :number_of_queued_things,
  :number_of_in_progress_things,
  :number_of_removed_things,
  :number_of_timed_out_things)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_in_progress_thingsInteger

The number of things currently executing the job.

Returns:

  • (Integer)


9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9063

class JobProcessDetails < Struct.new(
  :processing_targets,
  :number_of_canceled_things,
  :number_of_succeeded_things,
  :number_of_failed_things,
  :number_of_rejected_things,
  :number_of_queued_things,
  :number_of_in_progress_things,
  :number_of_removed_things,
  :number_of_timed_out_things)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_queued_thingsInteger

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

Returns:

  • (Integer)


9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9063

class JobProcessDetails < Struct.new(
  :processing_targets,
  :number_of_canceled_things,
  :number_of_succeeded_things,
  :number_of_failed_things,
  :number_of_rejected_things,
  :number_of_queued_things,
  :number_of_in_progress_things,
  :number_of_removed_things,
  :number_of_timed_out_things)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_rejected_thingsInteger

The number of things that rejected the job.

Returns:

  • (Integer)


9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9063

class JobProcessDetails < Struct.new(
  :processing_targets,
  :number_of_canceled_things,
  :number_of_succeeded_things,
  :number_of_failed_things,
  :number_of_rejected_things,
  :number_of_queued_things,
  :number_of_in_progress_things,
  :number_of_removed_things,
  :number_of_timed_out_things)
  SENSITIVE = []
  include Aws::Structure
end

#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)


9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9063

class JobProcessDetails < Struct.new(
  :processing_targets,
  :number_of_canceled_things,
  :number_of_succeeded_things,
  :number_of_failed_things,
  :number_of_rejected_things,
  :number_of_queued_things,
  :number_of_in_progress_things,
  :number_of_removed_things,
  :number_of_timed_out_things)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_succeeded_thingsInteger

The number of things which successfully completed the job.

Returns:

  • (Integer)


9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9063

class JobProcessDetails < Struct.new(
  :processing_targets,
  :number_of_canceled_things,
  :number_of_succeeded_things,
  :number_of_failed_things,
  :number_of_rejected_things,
  :number_of_queued_things,
  :number_of_in_progress_things,
  :number_of_removed_things,
  :number_of_timed_out_things)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_timed_out_thingsInteger

The number of things whose job execution status is TIMED_OUT.

Returns:

  • (Integer)


9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9063

class JobProcessDetails < Struct.new(
  :processing_targets,
  :number_of_canceled_things,
  :number_of_succeeded_things,
  :number_of_failed_things,
  :number_of_rejected_things,
  :number_of_queued_things,
  :number_of_in_progress_things,
  :number_of_removed_things,
  :number_of_timed_out_things)
  SENSITIVE = []
  include Aws::Structure
end

#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>)


9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9063

class JobProcessDetails < Struct.new(
  :processing_targets,
  :number_of_canceled_things,
  :number_of_succeeded_things,
  :number_of_failed_things,
  :number_of_rejected_things,
  :number_of_queued_things,
  :number_of_in_progress_things,
  :number_of_removed_things,
  :number_of_timed_out_things)
  SENSITIVE = []
  include Aws::Structure
end