LocalSecondaryIndexDescription constructor
LocalSecondaryIndexDescription({
- String? indexArn,
- String? indexName,
- int? indexSizeBytes,
- int? itemCount,
- List<
KeySchemaElement> ? keySchema, - Projection? projection,
Implementation
LocalSecondaryIndexDescription({
this.indexArn,
this.indexName,
this.indexSizeBytes,
this.itemCount,
this.keySchema,
this.projection,
});