DescribeScalingPlanResourcesResponse constructor

DescribeScalingPlanResourcesResponse({
  1. String? nextToken,
  2. List<ScalingPlanResource>? scalingPlanResources,
})

Implementation

DescribeScalingPlanResourcesResponse({
  this.nextToken,
  this.scalingPlanResources,
});