AWSConnectMetricV2
Objective-C
@interface AWSConnectMetricV2
Swift
class AWSConnectMetricV2
Contains information about the metric.
-
Contains the filters to be used when returning data.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectMetricFilterV2 *> *_Nullable metricFilters;Swift
var metricFilters: [AWSConnectMetricFilterV2]? { get set } -
The name of the metric.
This parameter is required. The following Required = No is incorrect.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set } -
Contains information about the threshold for service level metrics.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectThresholdV2 *> *_Nullable threshold;Swift
var threshold: [AWSConnectThresholdV2]? { get set }
View on GitHub
Install in Dash
AWSConnectMetricV2 Class Reference