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