DatasetSummary class
Provides a summary of the dataset properties used in the ListDatasets
operation. To get the complete set of properties, call the
DescribeDataset operation, and provide the DatasetArn
.
Constructors
- DatasetSummary({DateTime? creationTime, String? datasetArn, String? datasetName, DatasetType? datasetType, Domain? domain, DateTime? lastModificationTime})
-
DatasetSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationTime → DateTime?
-
When the dataset was created.
final
- datasetArn → String?
-
The Amazon Resource Name (ARN) of the dataset.
final
- datasetName → String?
-
The name of the dataset.
final
- datasetType → DatasetType?
-
The dataset type.
final
- domain → Domain?
-
The domain associated with the dataset.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModificationTime → DateTime?
-
When you create a dataset,
LastModificationTime
is the same asCreationTime
. While data is being imported to the dataset,LastModificationTime
is the current time of theListDatasets
call. After a CreateDatasetImportJob operation has finished,LastModificationTime
is when the import job completed or failed.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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