toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case CustomEmailSenderLambdaVersionType.v1_0:
      return 'V1_0';
  }
}