AwsJobExecutionsRolloutConfig constructor
AwsJobExecutionsRolloutConfig({
- AwsJobExponentialRolloutRate? exponentialRate,
- int? maximumPerMinute,
Implementation
AwsJobExecutionsRolloutConfig({
this.exponentialRate,
this.maximumPerMinute,
});