AWSEC2EnaSupport

Objective-C

NS_ENUM(NSInteger, AWSEC2EnaSupport) {
    AWSEC2EnaSupportUnknown,
    AWSEC2EnaSupportUnsupported,
    AWSEC2EnaSupportSupported,
    AWSEC2EnaSupportRequired,
}

Swift

enum AWSEC2EnaSupport : Int, @unchecked Sendable

Undocumented