DescribeScalingPlansResponse constructor

DescribeScalingPlansResponse({
  1. String? nextToken,
  2. List<ScalingPlan>? scalingPlans,
})

Implementation

DescribeScalingPlansResponse({
  this.nextToken,
  this.scalingPlans,
});