SuspendedState constructor

SuspendedState({
  1. bool? dynamicScalingInSuspended,
  2. bool? dynamicScalingOutSuspended,
  3. bool? scheduledScalingSuspended,
})

Implementation

SuspendedState({
  this.dynamicScalingInSuspended,
  this.dynamicScalingOutSuspended,
  this.scheduledScalingSuspended,
});