Interface JobExecutionSummary

Contains a subset of information about a job execution.

Hierarchy

  • JobExecutionSummary

Properties

executionNumber?: number

A number that identifies a job execution on a device.

jobId?: string

The unique identifier you assigned to this job when it was created.

lastUpdatedAt?: Date

The time when the job execution was last updated.

queuedAt?: Date

The time when the job execution was enqueued.

startedAt?: Date

The time when the job execution started.

versionNumber?: number

The version of the job execution. Job execution versions are incremented each time the AWS IoT Jobs service receives an update from a device.

Generated using TypeDoc