Amazon.EC2.DeviceType.FindValue C# (CSharp) Method

FindValue() public static method

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