AWSCloudWatchMetricStat Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSCloudWatchModel.h AWSCloudWatchModel.m |
Overview
This structure defines the metric to be returned, along with the statistics, period, and units.
Required parameters: [Metric, Period, Stat]
metric
The metric to return, including the metric name, namespace, and dimensions.
@property (nonatomic, strong) AWSCloudWatchMetric *metric
Declared In
AWSCloudWatchModel.h
period
The period, in seconds, to use when retrieving the metric.
@property (nonatomic, strong) NSNumber *period
Declared In
AWSCloudWatchModel.h
stat
The statistic to return. It can include any CloudWatch statistic or extended statistic.
@property (nonatomic, strong) NSString *stat
Declared In
AWSCloudWatchModel.h
unit
The unit to use for the returned data points.
@property (nonatomic, assign) AWSCloudWatchStandardUnit unit
Declared In
AWSCloudWatchModel.h