ScheduledUpdateGroupAction constructor

ScheduledUpdateGroupAction({
  1. String? autoScalingGroupName,
  2. int? desiredCapacity,
  3. DateTime? endTime,
  4. int? maxSize,
  5. int? minSize,
  6. String? recurrence,
  7. String? scheduledActionARN,
  8. String? scheduledActionName,
  9. DateTime? startTime,
  10. DateTime? time,
})

Implementation

ScheduledUpdateGroupAction({
  this.autoScalingGroupName,
  this.desiredCapacity,
  this.endTime,
  this.maxSize,
  this.minSize,
  this.recurrence,
  this.scheduledActionARN,
  this.scheduledActionName,
  this.startTime,
  this.time,
});