AWSAutoScalingBurstablePerformance

Objective-C

NS_ENUM(NSInteger, AWSAutoScalingBurstablePerformance) {
    AWSAutoScalingBurstablePerformanceUnknown,
    AWSAutoScalingBurstablePerformanceIncluded,
    AWSAutoScalingBurstablePerformanceExcluded,
    AWSAutoScalingBurstablePerformanceRequired,
}

Swift

enum AWSAutoScalingBurstablePerformance : Int, @unchecked Sendable

Undocumented