AWSConnectThresholdV2
Objective-C
@interface AWSConnectThresholdV2
Swift
class AWSConnectThresholdV2
Contains information about the threshold for service level metrics.
-
The type of comparison. Only “less than” (LT) comparisons are supported.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable comparison;
Swift
var comparison: String? { get set }
-
The threshold value to compare.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable thresholdValue;
Swift
var thresholdValue: NSNumber? { get set }