AWSEC2NitroTpmSupport
Objective-C
NS_ENUM(NSInteger, AWSEC2NitroTpmSupport) {
AWSEC2NitroTpmSupportUnknown,
AWSEC2NitroTpmSupportUnsupported,
AWSEC2NitroTpmSupportSupported,
}
Swift
enum AWSEC2NitroTpmSupport : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2NitroTpmSupportUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2NitroTpmSupportUnsupported
Swift
case unsupported = 1
-
Undocumented
Declaration
Objective-C
AWSEC2NitroTpmSupportSupported
Swift
case supported = 2