AutoScalingGroupsType constructor
AutoScalingGroupsType({
- required List<
AutoScalingGroup> autoScalingGroups, - String? nextToken,
Implementation
AutoScalingGroupsType({
required this.autoScalingGroups,
this.nextToken,
});