AWSEC2UnlimitedSupportedInstanceFamily

Objective-C

NS_ENUM(NSInteger, AWSEC2UnlimitedSupportedInstanceFamily) {
    AWSEC2UnlimitedSupportedInstanceFamilyUnknown,
    AWSEC2UnlimitedSupportedInstanceFamilyT2,
    AWSEC2UnlimitedSupportedInstanceFamilyT3,
    AWSEC2UnlimitedSupportedInstanceFamilyT3a,
    AWSEC2UnlimitedSupportedInstanceFamilyT4g,
}

Swift

enum AWSEC2UnlimitedSupportedInstanceFamily : Int, @unchecked Sendable

Undocumented