toValue method

String toValue()

Implementation

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