AWSS3InventoryIncludedObjectVersions
Objective-C
NS_ENUM(NSInteger, AWSS3InventoryIncludedObjectVersions) {
AWSS3InventoryIncludedObjectVersionsUnknown,
AWSS3InventoryIncludedObjectVersionsAll,
AWSS3InventoryIncludedObjectVersionsCurrent,
}
Swift
enum AWSS3InventoryIncludedObjectVersions : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSS3InventoryIncludedObjectVersionsUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSS3InventoryIncludedObjectVersionsAllSwift
case all = 1 -
Undocumented
Declaration
Objective-C
AWSS3InventoryIncludedObjectVersionsCurrentSwift
case current = 2
View on GitHub
Install in Dash
AWSS3InventoryIncludedObjectVersions Enumeration Reference