Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobExecutionSummary

Contains a subset of information about a job execution.

Hierarchy

  • JobExecutionSummary

Index

Properties

Optional executionNumber

executionNumber: undefined | number

A number that identifies a job execution on a device.

Optional jobId

jobId: undefined | string

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

Optional lastUpdatedAt

lastUpdatedAt: Date

The time when the job execution was last updated.

Optional queuedAt

queuedAt: Date

The time when the job execution was enqueued.

Optional startedAt

startedAt: Date

The time when the job execution started.

Optional versionNumber

versionNumber: undefined | 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