PredefinedScalingMetricSpecification constructor
PredefinedScalingMetricSpecification({
- required ScalingMetricType predefinedScalingMetricType,
- String? resourceLabel,
Implementation
PredefinedScalingMetricSpecification({
required this.predefinedScalingMetricType,
this.resourceLabel,
});