AWSCloudWatchDescribeAlarmsForMetricInput
Objective-C
@interface AWSCloudWatchDescribeAlarmsForMetricInput
Swift
class AWSCloudWatchDescribeAlarmsForMetricInput
-
The dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the call to succeed.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSCloudWatchDimension *> *_Nullable dimensions;Swift
var dimensions: [AWSCloudWatchDimension]? { get set } -
The percentile statistic for the metric. Specify a value between p0.0 and p100.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable extendedStatistic;Swift
var extendedStatistic: String? { get set } -
The name of the metric.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable metricName;Swift
var metricName: String? { get set } -
The namespace of the metric.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable namespace;Swift
var namespace: String? { get set } -
The period, in seconds, over which the statistic is applied.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable period;Swift
var period: NSNumber? { get set } -
The statistic for the metric, other than percentiles. For percentile statistics, use
ExtendedStatistics.Declaration
Objective-C
@property (nonatomic) AWSCloudWatchStatistic statistic;Swift
var statistic: AWSCloudWatchStatistic { get set } -
The unit for the metric.
Declaration
Objective-C
@property (nonatomic) AWSCloudWatchStandardUnit unit;Swift
var unit: AWSCloudWatchStandardUnit { get set }
View on GitHub
Install in Dash
AWSCloudWatchDescribeAlarmsForMetricInput Class Reference