JobExecution constructor
JobExecution({})
Implementation
JobExecution({
this.approximateSecondsBeforeTimedOut,
this.executionNumber,
this.forceCanceled,
this.jobId,
this.lastUpdatedAt,
this.queuedAt,
this.startedAt,
this.status,
this.statusDetails,
this.thingArn,
this.versionNumber,
});