DataSetSummary constructor
DataSetSummary({
- String? arn,
- bool? columnLevelPermissionRulesApplied,
- DateTime? createdTime,
- String? dataSetId,
- DataSetImportMode? importMode,
- DateTime? lastUpdatedTime,
- String? name,
- RowLevelPermissionDataSet? rowLevelPermissionDataSet,
Implementation
DataSetSummary({
this.arn,
this.columnLevelPermissionRulesApplied,
this.createdTime,
this.dataSetId,
this.importMode,
this.lastUpdatedTime,
this.name,
this.rowLevelPermissionDataSet,
});