DatasetImportJob constructor

DatasetImportJob({
  1. DateTime? creationDateTime,
  2. DataSource? dataSource,
  3. String? datasetArn,
  4. String? datasetImportJobArn,
  5. String? failureReason,
  6. String? jobName,
  7. DateTime? lastUpdatedDateTime,
  8. String? roleArn,
  9. String? status,
})

Implementation

DatasetImportJob({
  this.creationDateTime,
  this.dataSource,
  this.datasetArn,
  this.datasetImportJobArn,
  this.failureReason,
  this.jobName,
  this.lastUpdatedDateTime,
  this.roleArn,
  this.status,
});