toValue method
Implementation
String toValue() {
switch (this) {
case PredictiveScalingMode.forecastAndScale:
return 'ForecastAndScale';
case PredictiveScalingMode.forecastOnly:
return 'ForecastOnly';
}
}
String toValue() {
switch (this) {
case PredictiveScalingMode.forecastAndScale:
return 'ForecastAndScale';
case PredictiveScalingMode.forecastOnly:
return 'ForecastOnly';
}
}