Class: Aws::IoTEvents::Types::DetectorDebugOption
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEvents::Types::DetectorDebugOption
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotevents/types.rb
 
Overview
The detector model and the specific detectors (instances) for which the logging level is given.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #detector_model_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the detector model.
 - 
  
    
      #key_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of the input attribute key used to create the detector (the instance of the detector model).
 
Instance Attribute Details
#detector_model_name ⇒ String
The name of the detector model.
      1257 1258 1259 1260 1261 1262  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 1257 class DetectorDebugOption < Struct.new( :detector_model_name, :key_value) SENSITIVE = [] include Aws::Structure end  | 
  
#key_value ⇒ String
The value of the input attribute key used to create the detector (the instance of the detector model).
      1257 1258 1259 1260 1261 1262  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 1257 class DetectorDebugOption < Struct.new( :detector_model_name, :key_value) SENSITIVE = [] include Aws::Structure end  |