AWSS3InventoryFormat

Objective-C

NS_ENUM(NSInteger, AWSS3InventoryFormat) {
    AWSS3InventoryFormatUnknown,
    AWSS3InventoryFormatCsv,
    AWSS3InventoryFormatOrc,
    AWSS3InventoryFormatParquet,
}

Swift

enum AWSS3InventoryFormat : Int, @unchecked Sendable

Undocumented