toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case FileSystemType.efs:
      return 'EFS';
    case FileSystemType.fSxLustre:
      return 'FSxLustre';
  }
}