AWSEC2NitroEnclavesSupport

Objective-C

NS_ENUM(NSInteger, AWSEC2NitroEnclavesSupport) {
    AWSEC2NitroEnclavesSupportUnknown,
    AWSEC2NitroEnclavesSupportUnsupported,
    AWSEC2NitroEnclavesSupportSupported,
}

Swift

enum AWSEC2NitroEnclavesSupport : Int, @unchecked Sendable

Undocumented