AWSS3ObjectStorageClass
Objective-C
NS_ENUM(NSInteger, AWSS3ObjectStorageClass) {
AWSS3ObjectStorageClassUnknown,
AWSS3ObjectStorageClassStandard,
AWSS3ObjectStorageClassReducedRedundancy,
AWSS3ObjectStorageClassGlacier,
AWSS3ObjectStorageClassStandardIa,
AWSS3ObjectStorageClassOnezoneIa,
AWSS3ObjectStorageClassIntelligentTiering,
AWSS3ObjectStorageClassDeepArchive,
AWSS3ObjectStorageClassOutposts,
}
Swift
enum AWSS3ObjectStorageClass : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSS3ObjectStorageClassUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSS3ObjectStorageClassStandardSwift
case standard = 1 -
Undocumented
Declaration
Objective-C
AWSS3ObjectStorageClassReducedRedundancySwift
case reducedRedundancy = 2 -
Undocumented
Declaration
Objective-C
AWSS3ObjectStorageClassGlacierSwift
case glacier = 3 -
Undocumented
Declaration
Objective-C
AWSS3ObjectStorageClassStandardIaSwift
case standardIa = 4 -
Undocumented
Declaration
Objective-C
AWSS3ObjectStorageClassOnezoneIaSwift
case onezoneIa = 5 -
Undocumented
Declaration
Objective-C
AWSS3ObjectStorageClassIntelligentTieringSwift
case intelligentTiering = 6 -
Undocumented
Declaration
Objective-C
AWSS3ObjectStorageClassDeepArchiveSwift
case deepArchive = 7 -
Undocumented
Declaration
Objective-C
AWSS3ObjectStorageClassOutpostsSwift
case outposts = 8
View on GitHub
Install in Dash
AWSS3ObjectStorageClass Enumeration Reference