DescribeScalingPlanResourcesResponse constructor
DescribeScalingPlanResourcesResponse({
- String? nextToken,
- List<
ScalingPlanResource> ? scalingPlanResources,
Implementation
DescribeScalingPlanResourcesResponse({
this.nextToken,
this.scalingPlanResources,
});