AutoScalingGroup constructor

AutoScalingGroup({
  1. String? name,
})

Implementation

AutoScalingGroup({
  this.name,
});