TableDescription constructor
TableDescription({
- DateTime? creationDateTime,
- int? itemCount,
- KeySchema? keySchema,
- ProvisionedThroughputDescription? provisionedThroughput,
- String? tableName,
- int? tableSizeBytes,
- TableStatus? tableStatus,
Implementation
TableDescription({
this.creationDateTime,
this.itemCount,
this.keySchema,
this.provisionedThroughput,
this.tableName,
this.tableSizeBytes,
this.tableStatus,
});