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