AWSEC2SupportedAdditionalProcessorFeature

Objective-C

NS_ENUM(NSInteger, AWSEC2SupportedAdditionalProcessorFeature) {
    AWSEC2SupportedAdditionalProcessorFeatureUnknown,
    AWSEC2SupportedAdditionalProcessorFeatureAmdSevSnp,
}

Swift

enum AWSEC2SupportedAdditionalProcessorFeature : Int, @unchecked Sendable

Undocumented