Amazon.S3.InventoryFormat.InventoryFormat C# (CSharp) Method

InventoryFormat() public method

Construct instance of InventoryFormat.
public InventoryFormat ( string value ) : System
value string
return System
        public InventoryFormat(string value) 
            : base(value) 
        {
        }