AwsDynamoDbTableDetails constructor

AwsDynamoDbTableDetails({
  1. List<AwsDynamoDbTableAttributeDefinition>? attributeDefinitions,
  2. AwsDynamoDbTableBillingModeSummary? billingModeSummary,
  3. String? creationDateTime,
  4. List<AwsDynamoDbTableGlobalSecondaryIndex>? globalSecondaryIndexes,
  5. String? globalTableVersion,
  6. int? itemCount,
  7. List<AwsDynamoDbTableKeySchema>? keySchema,
  8. String? latestStreamArn,
  9. String? latestStreamLabel,
  10. List<AwsDynamoDbTableLocalSecondaryIndex>? localSecondaryIndexes,
  11. AwsDynamoDbTableProvisionedThroughput? provisionedThroughput,
  12. List<AwsDynamoDbTableReplica>? replicas,
  13. AwsDynamoDbTableRestoreSummary? restoreSummary,
  14. AwsDynamoDbTableSseDescription? sseDescription,
  15. AwsDynamoDbTableStreamSpecification? streamSpecification,
  16. String? tableId,
  17. String? tableName,
  18. int? tableSizeBytes,
  19. String? tableStatus,
})

Implementation

AwsDynamoDbTableDetails({
  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.tableId,
  this.tableName,
  this.tableSizeBytes,
  this.tableStatus,
});