toValue method
Implementation
String toValue() {
switch (this) {
case EFSAuthorizationConfigIAM.enabled:
return 'ENABLED';
case EFSAuthorizationConfigIAM.disabled:
return 'DISABLED';
}
}
String toValue() {
switch (this) {
case EFSAuthorizationConfigIAM.enabled:
return 'ENABLED';
case EFSAuthorizationConfigIAM.disabled:
return 'DISABLED';
}
}