DescribeScalingPlansResponse constructor
DescribeScalingPlansResponse({
- String? nextToken,
- List<
ScalingPlan> ? scalingPlans,
Implementation
DescribeScalingPlansResponse({
this.nextToken,
this.scalingPlans,
});