AWSEC2EbsOptimizedSupport
Objective-C
NS_ENUM(NSInteger, AWSEC2EbsOptimizedSupport) {
AWSEC2EbsOptimizedSupportUnknown,
AWSEC2EbsOptimizedSupportUnsupported,
AWSEC2EbsOptimizedSupportSupported,
AWSEC2EbsOptimizedSupportDefault,
}
Swift
enum AWSEC2EbsOptimizedSupport : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2EbsOptimizedSupportUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2EbsOptimizedSupportUnsupportedSwift
case unsupported = 1 -
Undocumented
Declaration
Objective-C
AWSEC2EbsOptimizedSupportSupportedSwift
case supported = 2 -
Undocumented
Declaration
Objective-C
AWSEC2EbsOptimizedSupportDefaultSwift
case `default` = 3
View on GitHub
Install in Dash
AWSEC2EbsOptimizedSupport Enumeration Reference