AWSCloudWatchPutMetricDataInput
Objective-C
@interface AWSCloudWatchPutMetricDataInput
Swift
class AWSCloudWatchPutMetricDataInput
-
The data for the metric. The array can include no more than 20 metrics per call.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSCloudWatchMetricDatum *> *_Nullable metricData;
Swift
var metricData: [AWSCloudWatchMetricDatum]? { get set }
-
The namespace for the metric data.
You cannot specify a namespace that begins with “AWS/”. Namespaces that begin with “AWS/” are reserved for use by Amazon Web Services products.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable namespace;
Swift
var namespace: String? { get set }