ObjectStorageClass
public enum ObjectStorageClass : String, CustomStringConvertible, Codable
                Undocumented
- 
                  
                  
Undocumented
Declaration
Swift
case standard = "STANDARD" - 
                  
                  
Undocumented
Declaration
Swift
case reducedRedundancy = "REDUCED_REDUNDANCY" - 
                  
                  
Undocumented
Declaration
Swift
case glacier = "GLACIER" - 
                  
                  
Undocumented
Declaration
Swift
case standardIa = "STANDARD_IA" - 
                  
                  
Undocumented
Declaration
Swift
case onezoneIa = "ONEZONE_IA" - 
                  
                  
Undocumented
Declaration
Swift
case intelligentTiering = "INTELLIGENT_TIERING" - 
                  
                  
Undocumented
Declaration
Swift
case deepArchive = "DEEP_ARCHIVE" - 
                  
                  
Declaration
Swift
public var description: String { get } 
View on GitHub
        ObjectStorageClass Enumeration Reference