AWSConnectMetricResultV2
Objective-C
@interface AWSConnectMetricResultV2
Swift
class AWSConnectMetricResultV2
Contains information about the metric results.
-
The set of metrics.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectMetricDataV2 *> *_Nullable collections;Swift
var collections: [AWSConnectMetricDataV2]? { get set } -
The dimension for the metrics.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable dimensions;Swift
var dimensions: [String : String]? { get set } -
The interval period with the start and end time for the metrics.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectMetricInterval *_Nullable metricInterval;Swift
var metricInterval: AWSConnectMetricInterval? { get set }
View on GitHub
Install in Dash
AWSConnectMetricResultV2 Class Reference