AWSEC2NitroTpmSupport

Objective-C

NS_ENUM(NSInteger, AWSEC2NitroTpmSupport) {
    AWSEC2NitroTpmSupportUnknown,
    AWSEC2NitroTpmSupportUnsupported,
    AWSEC2NitroTpmSupportSupported,
}

Swift

enum AWSEC2NitroTpmSupport : Int, @unchecked Sendable

Undocumented