JobExecution
@JsonSerializable
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)