class Aws::IoTJobsDataPlane::Types::JobExecutionSummary

Contains a subset of information about a job execution.

@!attribute [rw] job_id

The unique identifier you assigned to this job when it was created.
@return [String]

@!attribute [rw] queued_at

The time, in milliseconds since the epoch, when the job execution
was enqueued.
@return [Integer]

@!attribute [rw] started_at

The time, in milliseconds since the epoch, when the job execution
started.
@return [Integer]

@!attribute [rw] last_updated_at

The time, in milliseconds since the epoch, when the job execution
was last updated.
@return [Integer]

@!attribute [rw] version_number

The version of the job execution. Job execution versions are
incremented each time AWS IoT Jobs receives an update from a device.
@return [Integer]

@!attribute [rw] execution_number

A number that identifies a particular job execution on a particular
device.
@return [Integer]

Constants

SENSITIVE