AWSAutoScalingMetricType
Objective-C
NS_ENUM(NSInteger, AWSAutoScalingMetricType) {
AWSAutoScalingMetricTypeUnknown,
AWSAutoScalingMetricTypeASGAverageCPUUtilization,
AWSAutoScalingMetricTypeASGAverageNetworkIn,
AWSAutoScalingMetricTypeASGAverageNetworkOut,
AWSAutoScalingMetricTypeALBRequestCountPerTarget,
}
Swift
enum AWSAutoScalingMetricType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSAutoScalingMetricTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSAutoScalingMetricTypeASGAverageCPUUtilizationSwift
case asgAverageCPUUtilization = 1 -
Undocumented
Declaration
Objective-C
AWSAutoScalingMetricTypeASGAverageNetworkInSwift
case asgAverageNetworkIn = 2 -
Undocumented
Declaration
Objective-C
AWSAutoScalingMetricTypeASGAverageNetworkOutSwift
case asgAverageNetworkOut = 3 -
Undocumented
Declaration
Objective-C
AWSAutoScalingMetricTypeALBRequestCountPerTargetSwift
case albRequestCountPerTarget = 4
View on GitHub
Install in Dash
AWSAutoScalingMetricType Enumeration Reference