AWSConnectCurrentMetricResult
Objective-C
@interface AWSConnectCurrentMetricResult
Swift
class AWSConnectCurrentMetricResult
Contains information about a set of real-time metrics.
-
The set of metrics.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectCurrentMetricData *> *_Nullable collections;Swift
var collections: [AWSConnectCurrentMetricData]? { get set } -
The dimensions for the metrics.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectDimensions *_Nullable dimensions;Swift
var dimensions: AWSConnectDimensions? { get set }
View on GitHub
Install in Dash
AWSConnectCurrentMetricResult Class Reference