AWSConnectGetMetricDataV2Response
Objective-C
@interface AWSConnectGetMetricDataV2Response
Swift
class AWSConnectGetMetricDataV2Response
-
Information about the metrics requested in the API request If no grouping is specified, a summary of metric data is returned.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectMetricResultV2 *> *_Nullable metricResults;
Swift
var metricResults: [AWSConnectMetricResultV2]? { get set }
-
If there are additional results, this is the token for the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }