Class: Aws::CloudWatchLogs::Types::DeleteLogAnomalyDetectorRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::DeleteLogAnomalyDetectorRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #anomaly_detector_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the anomaly detector to delete.
 
Instance Attribute Details
#anomaly_detector_arn ⇒ String
The ARN of the anomaly detector to delete. You can find the ARNs of log anomaly detectors in your account by using the
- ListLogAnomalyDetectors][1
 - 
operation.
 
[1]: docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_ListLogAnomalyDetectors.html
      928 929 930 931 932  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 928 class DeleteLogAnomalyDetectorRequest < Struct.new( :anomaly_detector_arn) SENSITIVE = [] include Aws::Structure end  |