toValue method
Implementation
String toValue() {
switch (this) {
case LambdaFunctionTimeoutType.startToClose:
return 'START_TO_CLOSE';
}
}
String toValue() {
switch (this) {
case LambdaFunctionTimeoutType.startToClose:
return 'START_TO_CLOSE';
}
}