AWSLogsGetLogAnomalyDetectorRequest

Objective-C

@interface AWSLogsGetLogAnomalyDetectorRequest

Swift

class AWSLogsGetLogAnomalyDetectorRequest
  • The ARN of the anomaly detector to retrieve information about. You can find the ARNs of log anomaly detectors in your account by using the ListLogAnomalyDetectors operation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable anomalyDetectorArn;

    Swift

    var anomalyDetectorArn: String? { get set }