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

FindValue() public static method

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