AWSAutoScalingBurstablePerformance
Objective-C
NS_ENUM(NSInteger, AWSAutoScalingBurstablePerformance) {
AWSAutoScalingBurstablePerformanceUnknown,
AWSAutoScalingBurstablePerformanceIncluded,
AWSAutoScalingBurstablePerformanceExcluded,
AWSAutoScalingBurstablePerformanceRequired,
}
Swift
enum AWSAutoScalingBurstablePerformance : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSAutoScalingBurstablePerformanceUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSAutoScalingBurstablePerformanceIncluded
Swift
case included = 1
-
Undocumented
Declaration
Objective-C
AWSAutoScalingBurstablePerformanceExcluded
Swift
case excluded = 2
-
Undocumented
Declaration
Objective-C
AWSAutoScalingBurstablePerformanceRequired
Swift
case required = 3