AWSLogsListAnomaliesRequest
Objective-C
@interface AWSLogsListAnomaliesRequest
Swift
class AWSLogsListAnomaliesRequest
-
Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable anomalyDetectorArn;
Swift
var anomalyDetectorArn: String? { get set }
-
The maximum number of items to return. If you don’t specify a value, the default maximum value of 50 items is used.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable limit;
Swift
var limit: NSNumber? { get set }
-
The token for the next set of items to return. The token expires after 24 hours.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.
Declaration
Objective-C
@property (nonatomic) AWSLogsSuppressionState suppressionState;
Swift
var suppressionState: AWSLogsSuppressionState { get set }