Amazon.KinesisFirehose.RedshiftS3BackupMode.FindValue C# (CSharp) Method

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : RedshiftS3BackupMode
value string The unique value for the constant
return RedshiftS3BackupMode
        public static RedshiftS3BackupMode FindValue(string value)
        {
            return FindValue<RedshiftS3BackupMode>(value);
        }