toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Owner.customLambda:
      return 'CUSTOM_LAMBDA';
    case Owner.aws:
      return 'AWS';
  }
}