Amazon.S3.Model.InventoryS3BucketDestination.IsSetInventoryFormat C# (CSharp) Method

IsSetInventoryFormat() private method

private IsSetInventoryFormat ( ) : bool
return bool
        internal bool IsSetInventoryFormat()
        {
            return this.inventoryFormat != null;
        }
    }