AWSEC2UnlimitedSupportedInstanceFamily
Objective-C
NS_ENUM(NSInteger, AWSEC2UnlimitedSupportedInstanceFamily) {
AWSEC2UnlimitedSupportedInstanceFamilyUnknown,
AWSEC2UnlimitedSupportedInstanceFamilyT2,
AWSEC2UnlimitedSupportedInstanceFamilyT3,
AWSEC2UnlimitedSupportedInstanceFamilyT3a,
AWSEC2UnlimitedSupportedInstanceFamilyT4g,
}
Swift
enum AWSEC2UnlimitedSupportedInstanceFamily : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2UnlimitedSupportedInstanceFamilyUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2UnlimitedSupportedInstanceFamilyT2Swift
case T2 = 1 -
Undocumented
Declaration
Objective-C
AWSEC2UnlimitedSupportedInstanceFamilyT3Swift
case T3 = 2 -
Undocumented
Declaration
Objective-C
AWSEC2UnlimitedSupportedInstanceFamilyT3aSwift
case t3a = 3 -
Undocumented
Declaration
Objective-C
AWSEC2UnlimitedSupportedInstanceFamilyT4gSwift
case t4g = 4
View on GitHub
Install in Dash
AWSEC2UnlimitedSupportedInstanceFamily Enumeration Reference