GlobalSecondaryIndexDescription constructor

GlobalSecondaryIndexDescription({
  1. bool? backfilling,
  2. String? indexArn,
  3. String? indexName,
  4. int? indexSizeBytes,
  5. IndexStatus? indexStatus,
  6. int? itemCount,
  7. List<KeySchemaElement>? keySchema,
  8. Projection? projection,
  9. ProvisionedThroughputDescription? provisionedThroughput,
})

Implementation

GlobalSecondaryIndexDescription({
  this.backfilling,
  this.indexArn,
  this.indexName,
  this.indexSizeBytes,
  this.indexStatus,
  this.itemCount,
  this.keySchema,
  this.projection,
  this.provisionedThroughput,
});