AWSCloudWatchGetMetricStatisticsOutput
Objective-C
@interface AWSCloudWatchGetMetricStatisticsOutput
Swift
class AWSCloudWatchGetMetricStatisticsOutput
-
The data points for the specified metric.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSCloudWatchDatapoint *> *_Nullable datapoints;Swift
var datapoints: [AWSCloudWatchDatapoint]? { get set } -
A label for the specified metric.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable label;Swift
var label: String? { get set }
View on GitHub
Install in Dash
AWSCloudWatchGetMetricStatisticsOutput Class Reference