TableDescription constructor

TableDescription({
  1. ArchivalSummary? archivalSummary,
  2. List<AttributeDefinition>? attributeDefinitions,
  3. BillingModeSummary? billingModeSummary,
  4. DateTime? creationDateTime,
  5. List<GlobalSecondaryIndexDescription>? globalSecondaryIndexes,
  6. String? globalTableVersion,
  7. int? itemCount,
  8. List<KeySchemaElement>? keySchema,
  9. String? latestStreamArn,
  10. String? latestStreamLabel,
  11. List<LocalSecondaryIndexDescription>? localSecondaryIndexes,
  12. ProvisionedThroughputDescription? provisionedThroughput,
  13. List<ReplicaDescription>? replicas,
  14. RestoreSummary? restoreSummary,
  15. SSEDescription? sSEDescription,
  16. StreamSpecification? streamSpecification,
  17. String? tableArn,
  18. String? tableId,
  19. String? tableName,
  20. int? tableSizeBytes,
  21. TableStatus? tableStatus,
})

Implementation

TableDescription({
  this.archivalSummary,
  this.attributeDefinitions,
  this.billingModeSummary,
  this.creationDateTime,
  this.globalSecondaryIndexes,
  this.globalTableVersion,
  this.itemCount,
  this.keySchema,
  this.latestStreamArn,
  this.latestStreamLabel,
  this.localSecondaryIndexes,
  this.provisionedThroughput,
  this.replicas,
  this.restoreSummary,
  this.sSEDescription,
  this.streamSpecification,
  this.tableArn,
  this.tableId,
  this.tableName,
  this.tableSizeBytes,
  this.tableStatus,
});