AWSLogsListLogAnomalyDetectorsResponse
Objective-C
@interface AWSLogsListLogAnomalyDetectorsResponse
Swift
class AWSLogsListLogAnomalyDetectorsResponse
-
An array of structures, where each structure in the array contains information about one anomaly detector.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLogsAnomalyDetector *> *_Nullable anomalyDetectors;Swift
var anomalyDetectors: [AWSLogsAnomalyDetector]? { 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
AWSLogsListLogAnomalyDetectorsResponse Class Reference