AWSConnectHistoricalMetricData
Objective-C
@interface AWSConnectHistoricalMetricData
Swift
class AWSConnectHistoricalMetricData
Contains the data for a historical metric.
-
Information about the metric.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectHistoricalMetric *_Nullable metric;
Swift
var metric: AWSConnectHistoricalMetric? { get set }
-
The value of the metric.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable value;
Swift
var value: NSNumber? { get set }