DatasetGroupSummary class

Provides a summary of the dataset group properties used in the ListDatasetGroups operation. To get the complete set of properties, call the DescribeDatasetGroup operation, and provide the DatasetGroupArn.

Constructors

DatasetGroupSummary({DateTime? creationTime, String? datasetGroupArn, String? datasetGroupName, DateTime? lastModificationTime})
DatasetGroupSummary.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime?
When the dataset group was created.
final
datasetGroupArn String?
The Amazon Resource Name (ARN) of the dataset group.
final
datasetGroupName String?
The name of the dataset group.
final
hashCode int
The hash code for this object.
no setterinherited
lastModificationTime DateTime?
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While the dataset group is being updated, LastModificationTime is the current time of the ListDatasetGroups call.
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