AWSLogsDeleteLogAnomalyDetectorRequest

Objective-C

@interface AWSLogsDeleteLogAnomalyDetectorRequest

Swift

class AWSLogsDeleteLogAnomalyDetectorRequest
  • The ARN of the anomaly detector to delete. 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 }