class Aws::IoT::Types::Job


@return [Types::TimeoutConfig]
set to ‘TIMED_OUT`.
terminal state before the timer expires, it will be automatically
to `IN_PROGRESS`. If the job execution status is not set to another
of the job. A timer is started when the job execution status is set
Specifies the amount of time each device has to finish its execution
@!attribute [rw] timeout_config
@return [Types::JobProcessDetails]
Details about the job process.
@!attribute [rw] job_process_details
@return [Time]
The time, in seconds since the epoch, when the job was completed.
@!attribute [rw] completed_at
@return [Time]
The time, in seconds since the epoch, when the job was last updated.
@!attribute [rw] last_updated_at
@return [Time]
The time, in seconds since the epoch, when the job was created.
@!attribute [rw] created_at
@return [Types::AbortConfig]
Configuration for criteria to abort the job.
@!attribute [rw] abort_config
@return [Types::JobExecutionsRolloutConfig]
Allows you to create a staged rollout of a job.
@!attribute [rw] job_executions_rollout_config
@return [Types::PresignedUrlConfig]
Configuration for pre-signed S3 URLs.
@!attribute [rw] presigned_url_config
@return [String]
A short text description of the job.
@!attribute [rw] description
@return [Array<String>]
sent.
A list of IoT things and thing groups to which the job should be
@!attribute [rw] targets
@return [String]
If the job was updated, describes the reason for the update.
@!attribute [rw] comment
@return [String]
If the job was updated, provides the reason code for the update.
@!attribute [rw] reason_code
@return [Boolean]
parameter set to `true`.
Will be `true` if the job was canceled with the optional `force`
@!attribute [rw] force_canceled
@return [String]
`DELETION_IN_PROGRESS` or `COMPLETED`.
The status of the job, one of `IN_PROGRESS`, `CANCELED`,
@!attribute [rw] status
@return [String]
originally in the group.
to a target group, even after the job was completed by all things
will run on a device when the thing representing the device is added
on a thing when a change is detected in a target. For example, a job
completed the job (SNAPSHOT). If continuous, the job may also be run
be complete after all those things specified as targets have
Specifies whether the job will continue to run (CONTINUOUS), or will
@!attribute [rw] target_selection
@return [String]
The unique identifier you assigned to this job when it was created.
@!attribute [rw] job_id
@return [String]
“arn:aws:iot:region:account:job/jobId”.
An ARN identifying the job with format
@!attribute [rw] job_arn
The `Job` object contains details about a job.