AWSS3InventoryIncludedObjectVersions
Objective-C
NS_ENUM(NSInteger, AWSS3InventoryIncludedObjectVersions) {
AWSS3InventoryIncludedObjectVersionsUnknown,
AWSS3InventoryIncludedObjectVersionsAll,
AWSS3InventoryIncludedObjectVersionsCurrent,
}
Swift
enum AWSS3InventoryIncludedObjectVersions : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSS3InventoryIncludedObjectVersionsUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSS3InventoryIncludedObjectVersionsAll
Swift
case all = 1
-
Undocumented
Declaration
Objective-C
AWSS3InventoryIncludedObjectVersionsCurrent
Swift
case current = 2