DBClusterCapacityInfo constructor

DBClusterCapacityInfo({
  1. int? currentCapacity,
  2. String? dBClusterIdentifier,
  3. int? pendingCapacity,
  4. int? secondsBeforeTimeout,
  5. String? timeoutAction,
})

Implementation

DBClusterCapacityInfo({
  this.currentCapacity,
  this.dBClusterIdentifier,
  this.pendingCapacity,
  this.secondsBeforeTimeout,
  this.timeoutAction,
});