AWSEC2BurstablePerformance
Objective-C
NS_ENUM(NSInteger, AWSEC2BurstablePerformance) {
AWSEC2BurstablePerformanceUnknown,
AWSEC2BurstablePerformanceIncluded,
AWSEC2BurstablePerformanceRequired,
AWSEC2BurstablePerformanceExcluded,
}
Swift
enum AWSEC2BurstablePerformance : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2BurstablePerformanceUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2BurstablePerformanceIncluded
Swift
case included = 1
-
Undocumented
Declaration
Objective-C
AWSEC2BurstablePerformanceRequired
Swift
case required = 2
-
Undocumented
Declaration
Objective-C
AWSEC2BurstablePerformanceExcluded
Swift
case excluded = 3