AWSEC2NitroTpmSupport
Objective-C
NS_ENUM(NSInteger, AWSEC2NitroTpmSupport) {
AWSEC2NitroTpmSupportUnknown,
AWSEC2NitroTpmSupportUnsupported,
AWSEC2NitroTpmSupportSupported,
}
Swift
enum AWSEC2NitroTpmSupport : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2NitroTpmSupportUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2NitroTpmSupportUnsupportedSwift
case unsupported = 1 -
Undocumented
Declaration
Objective-C
AWSEC2NitroTpmSupportSupportedSwift
case supported = 2
View on GitHub
Install in Dash
AWSEC2NitroTpmSupport Enumeration Reference