toValue method
Implementation
String toValue() {
switch (this) {
case LambdaFunctionMemoryMetricStatistic.lowerBound:
return 'LowerBound';
case LambdaFunctionMemoryMetricStatistic.upperBound:
return 'UpperBound';
case LambdaFunctionMemoryMetricStatistic.expected:
return 'Expected';
}
}