ProvisionedThroughputDescription constructor

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

Implementation

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