Amazon.DataPipeline.OperatorType.OperatorType C# (CSharp) Method

OperatorType() public method

Default Constructor
public OperatorType ( string value ) : System
value string
return System
        public OperatorType(string value)
            : base(value)
        {
        }