Amazon.OpsWorks.LayerType.LayerType C# (CSharp) Method

LayerType() public method

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