AWSConnectMetricDataV2
Objective-C
@interface AWSConnectMetricDataV2
Swift
class AWSConnectMetricDataV2
Contains the name, thresholds, and metric filters.
-
The metric name, thresholds, and metric filters of the returned metric.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectMetricV2 *_Nullable metric;Swift
var metric: AWSConnectMetricV2? { get set } -
The corresponding value of the metric returned in the response.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable value;Swift
var value: NSNumber? { get set }
View on GitHub
Install in Dash
AWSConnectMetricDataV2 Class Reference