Class: Aws::IoTEventsData::Types::BatchDeleteDetectorRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEventsData::Types::BatchDeleteDetectorRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ioteventsdata/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #detectors  ⇒ Array<Types::DeleteDetectorRequest> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of one or more detectors to be deleted.
 
Instance Attribute Details
#detectors ⇒ Array<Types::DeleteDetectorRequest>
The list of one or more detectors to be deleted.
      318 319 320 321 322  | 
    
      # File 'lib/aws-sdk-ioteventsdata/types.rb', line 318 class BatchDeleteDetectorRequest < Struct.new( :detectors) SENSITIVE = [] include Aws::Structure end  |