DescribeDatasetGroupResponse class

Constructors

DescribeDatasetGroupResponse({DateTime? creationTime, List<String>? datasetArns, String? datasetGroupArn, String? datasetGroupName, Domain? domain, DateTime? lastModificationTime, String? status})
DescribeDatasetGroupResponse.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime?
When the dataset group was created.
final
datasetArns List<String>?
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
final
datasetGroupArn String?
The ARN of the dataset group.
final
datasetGroupName String?
The name of the dataset group.
final
domain Domain?
The domain associated with 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 DescribeDatasetGroup call.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the dataset group. States include:
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