toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case LambdaFunctionMetricStatistic.maximum:
      return 'Maximum';
    case LambdaFunctionMetricStatistic.average:
      return 'Average';
  }
}