JobRun constructor
JobRun({
- int? allocatedCapacity,
- Map<
String, String> ? arguments, - int? attempt,
- DateTime? completedOn,
- String? errorMessage,
- int? executionTime,
- String? glueVersion,
- String? id,
- String? jobName,
- JobRunState? jobRunState,
- DateTime? lastModifiedOn,
- String? logGroupName,
- double? maxCapacity,
- NotificationProperty? notificationProperty,
- int? numberOfWorkers,
- List<
Predecessor> ? predecessorRuns, - String? previousRunId,
- String? securityConfiguration,
- DateTime? startedOn,
- int? timeout,
- String? triggerName,
- WorkerType? workerType,
Implementation
JobRun({
this.allocatedCapacity,
this.arguments,
this.attempt,
this.completedOn,
this.errorMessage,
this.executionTime,
this.glueVersion,
this.id,
this.jobName,
this.jobRunState,
this.lastModifiedOn,
this.logGroupName,
this.maxCapacity,
this.notificationProperty,
this.numberOfWorkers,
this.predecessorRuns,
this.previousRunId,
this.securityConfiguration,
this.startedOn,
this.timeout,
this.triggerName,
this.workerType,
});