AwsDynamoDbTableProvisionedThroughput constructor

AwsDynamoDbTableProvisionedThroughput({
  1. String? lastDecreaseDateTime,
  2. String? lastIncreaseDateTime,
  3. int? numberOfDecreasesToday,
  4. int? readCapacityUnits,
  5. int? writeCapacityUnits,
})

Implementation

AwsDynamoDbTableProvisionedThroughput({
  this.lastDecreaseDateTime,
  this.lastIncreaseDateTime,
  this.numberOfDecreasesToday,
  this.readCapacityUnits,
  this.writeCapacityUnits,
});