AWSAutoScalingEnabledMetric
Objective-C
@interface AWSAutoScalingEnabledMetric
Swift
class AWSAutoScalingEnabledMetric
Describes an enabled metric.
-
The granularity of the metric. The only valid value is
1Minute
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable granularity;
Swift
var granularity: String? { get set }
-
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 }