AWSLogsListLogAnomalyDetectorsRequest
Objective-C
@interface AWSLogsListLogAnomalyDetectorsRequest
Swift
class AWSLogsListLogAnomalyDetectorsRequest
-
Use this to optionally filter the results to only include anomaly detectors that are associated with the specified log group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable filterLogGroupArn;Swift
var filterLogGroupArn: 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 }
View on GitHub
Install in Dash
AWSLogsListLogAnomalyDetectorsRequest Class Reference