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