AWSEC2EnaSupport
Objective-C
NS_ENUM(NSInteger, AWSEC2EnaSupport) {
AWSEC2EnaSupportUnknown,
AWSEC2EnaSupportUnsupported,
AWSEC2EnaSupportSupported,
AWSEC2EnaSupportRequired,
}
Swift
enum AWSEC2EnaSupport : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2EnaSupportUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2EnaSupportUnsupportedSwift
case unsupported = 1 -
Undocumented
Declaration
Objective-C
AWSEC2EnaSupportSupportedSwift
case supported = 2 -
Undocumented
Declaration
Objective-C
AWSEC2EnaSupportRequiredSwift
case required = 3
View on GitHub
Install in Dash
AWSEC2EnaSupport Enumeration Reference