AWSAutoScalingMetricCollectionType
Objective-C
@interface AWSAutoScalingMetricCollectionType
Swift
class AWSAutoScalingMetricCollectionType
Describes a metric.
-
One of the following metrics:
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
GroupInServiceCapacity
GroupPendingCapacity
GroupStandbyCapacity
GroupTerminatingCapacity
GroupTotalCapacity
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable metric;
Swift
var metric: String? { get set }