DescribeDatasetImportJobResponse constructor
DescribeDatasetImportJobResponse({
- DateTime? creationTime,
- double? dataSize,
- DataSource? dataSource,
- String? datasetArn,
- String? datasetImportJobArn,
- String? datasetImportJobName,
- Map<
String, Statistics> ? fieldStatistics, - String? geolocationFormat,
- DateTime? lastModificationTime,
- String? message,
- String? status,
- String? timeZone,
- String? timestampFormat,
- bool? useGeolocationForTimeZone,
Implementation
DescribeDatasetImportJobResponse({
this.creationTime,
this.dataSize,
this.dataSource,
this.datasetArn,
this.datasetImportJobArn,
this.datasetImportJobName,
this.fieldStatistics,
this.geolocationFormat,
this.lastModificationTime,
this.message,
this.status,
this.timeZone,
this.timestampFormat,
this.useGeolocationForTimeZone,
});