JobExecution

@JsonSerializable
data class JobExecution(val jobId: JobId? = null, val status: JobExecutionStatus? = null, val forceCanceled: Boolean? = null, val statusDetails: JobExecutionStatusDetails? = null, val thingArn: ARN? = null, val queuedAt: Timestamp? = null, val startedAt: Timestamp? = null, val lastUpdatedAt: Timestamp? = null, val executionNumber: Long? = null, val versionNumber: Long? = null, val approximateSecondsBeforeTimedOut: Long? = null)(source)

Unlike the jobs data plane, the control plane wraps the status details map in a detailsMap attribute.

Constructors

Link copied to clipboard
constructor(jobId: JobId? = null, status: JobExecutionStatus? = null, forceCanceled: Boolean? = null, statusDetails: JobExecutionStatusDetails? = null, thingArn: ARN? = null, queuedAt: Timestamp? = null, startedAt: Timestamp? = null, lastUpdatedAt: Timestamp? = null, executionNumber: Long? = null, versionNumber: Long? = null, approximateSecondsBeforeTimedOut: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val jobId: JobId?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard