AWSEC2EbsNvmeSupport
Objective-C
NS_ENUM(NSInteger, AWSEC2EbsNvmeSupport) {
AWSEC2EbsNvmeSupportUnknown,
AWSEC2EbsNvmeSupportUnsupported,
AWSEC2EbsNvmeSupportSupported,
AWSEC2EbsNvmeSupportRequired,
}
Swift
enum AWSEC2EbsNvmeSupport : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2EbsNvmeSupportUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2EbsNvmeSupportUnsupportedSwift
case unsupported = 1 -
Undocumented
Declaration
Objective-C
AWSEC2EbsNvmeSupportSupportedSwift
case supported = 2 -
Undocumented
Declaration
Objective-C
AWSEC2EbsNvmeSupportRequiredSwift
case required = 3
View on GitHub
Install in Dash
AWSEC2EbsNvmeSupport Enumeration Reference