DatasetImportJobSummary class

Provides a summary of the properties of a dataset import job. For a complete listing, call the DescribeDatasetImportJob API.

Constructors

DatasetImportJobSummary({DateTime? creationDateTime, String? datasetImportJobArn, String? failureReason, String? jobName, DateTime? lastUpdatedDateTime, String? status})
DatasetImportJobSummary.fromJson(Map<String, dynamic> json)
factory

Properties

creationDateTime DateTime?
The date and time (in Unix time) that the dataset import job was created.
final
datasetImportJobArn String?
The Amazon Resource Name (ARN) of the dataset import job.
final
failureReason String?
If a dataset import job fails, the reason behind the failure.
final
hashCode int
The hash code for this object.
no setterinherited
jobName String?
The name of the dataset import job.
final
lastUpdatedDateTime DateTime?
The date and time (in Unix time) that the dataset was last updated.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the dataset import job.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited