Amazon.ConfigService.ResourceType.FindValue C# (CSharp) Method

FindValue() public static method

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