DataSetSummary class

Dataset summary.

Constructors

DataSetSummary({String? arn, bool? columnLevelPermissionRulesApplied, DateTime? createdTime, String? dataSetId, DataSetImportMode? importMode, DateTime? lastUpdatedTime, String? name, RowLevelPermissionDataSet? rowLevelPermissionDataSet})
DataSetSummary.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the dataset.
final
columnLevelPermissionRulesApplied bool?
A value that indicates if the dataset has column level permission configured.
final
createdTime DateTime?
The time that this dataset was created.
final
dataSetId String?
The ID of the dataset.
final
hashCode int
The hash code for this object.
no setterinherited
importMode DataSetImportMode?
A value that indicates whether you want to import the data into SPICE.
final
lastUpdatedTime DateTime?
The last time that this dataset was updated.
final
name String?
A display name for the dataset.
final
rowLevelPermissionDataSet RowLevelPermissionDataSet?
The row-level security configuration for the dataset.
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