AWSEC2BurstablePerformance
Objective-C
NS_ENUM(NSInteger, AWSEC2BurstablePerformance) {
AWSEC2BurstablePerformanceUnknown,
AWSEC2BurstablePerformanceIncluded,
AWSEC2BurstablePerformanceRequired,
AWSEC2BurstablePerformanceExcluded,
}
Swift
enum AWSEC2BurstablePerformance : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2BurstablePerformanceUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2BurstablePerformanceIncludedSwift
case included = 1 -
Undocumented
Declaration
Objective-C
AWSEC2BurstablePerformanceRequiredSwift
case required = 2 -
Undocumented
Declaration
Objective-C
AWSEC2BurstablePerformanceExcludedSwift
case excluded = 3
View on GitHub
Install in Dash
AWSEC2BurstablePerformance Enumeration Reference