AWSEC2NitroEnclavesSupport
Objective-C
NS_ENUM(NSInteger, AWSEC2NitroEnclavesSupport) {
AWSEC2NitroEnclavesSupportUnknown,
AWSEC2NitroEnclavesSupportUnsupported,
AWSEC2NitroEnclavesSupportSupported,
}
Swift
enum AWSEC2NitroEnclavesSupport : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2NitroEnclavesSupportUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2NitroEnclavesSupportUnsupported
Swift
case unsupported = 1
-
Undocumented
Declaration
Objective-C
AWSEC2NitroEnclavesSupportSupported
Swift
case supported = 2