toValue method
Implementation
String toValue() {
switch (this) {
case RedshiftS3BackupMode.disabled:
return 'Disabled';
case RedshiftS3BackupMode.enabled:
return 'Enabled';
}
}
String toValue() {
switch (this) {
case RedshiftS3BackupMode.disabled:
return 'Disabled';
case RedshiftS3BackupMode.enabled:
return 'Enabled';
}
}