AWSConnectHistoricalMetric
Objective-C
@interface AWSConnectHistoricalMetric
Swift
class AWSConnectHistoricalMetric
Contains information about a historical metric. For a description of each metric, see Historical Metrics Definitions in the Amazon Connect Administrator Guide.
-
The name of the metric.
Declaration
Objective-C
@property (nonatomic) AWSConnectHistoricalMetricName name;Swift
var name: AWSConnectHistoricalMetricName { get set } -
The statistic for the metric.
Declaration
Objective-C
@property (nonatomic) AWSConnectStatistic statistic;Swift
var statistic: AWSConnectStatistic { get set } -
The threshold for the metric, used with service level metrics.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectThreshold *_Nullable threshold;Swift
var threshold: AWSConnectThreshold? { get set } -
The unit for the metric.
Declaration
Objective-C
@property (nonatomic) AWSConnectUnit unit;Swift
var unit: AWSConnectUnit { get set }
View on GitHub
Install in Dash
AWSConnectHistoricalMetric Class Reference