AWSEC2BurstablePerformance

Objective-C

NS_ENUM(NSInteger, AWSEC2BurstablePerformance) {
    AWSEC2BurstablePerformanceUnknown,
    AWSEC2BurstablePerformanceIncluded,
    AWSEC2BurstablePerformanceRequired,
    AWSEC2BurstablePerformanceExcluded,
}

Swift

enum AWSEC2BurstablePerformance : Int, @unchecked Sendable

Undocumented