AWSEC2EnaSupport
Objective-C
NS_ENUM(NSInteger, AWSEC2EnaSupport) {
AWSEC2EnaSupportUnknown,
AWSEC2EnaSupportUnsupported,
AWSEC2EnaSupportSupported,
AWSEC2EnaSupportRequired,
}
Swift
enum AWSEC2EnaSupport : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2EnaSupportUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2EnaSupportUnsupported
Swift
case unsupported = 1
-
Undocumented
Declaration
Objective-C
AWSEC2EnaSupportSupported
Swift
case supported = 2
-
Undocumented
Declaration
Objective-C
AWSEC2EnaSupportRequired
Swift
case required = 3