Class: Aws::IoTEventsData::Types::UpdateDetectorRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEventsData::Types::UpdateDetectorRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ioteventsdata/types.rb
 
Overview
Information used to update the detector (instance).
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #detector_model_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the detector model that created the detectors (instances).
 - 
  
    
      #key_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of the input key attribute (identifying the device or system) that caused the creation of this detector (instance).
 - 
  
    
      #message_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID to assign to the detector update ‘“message”`.
 - 
  
    
      #state  ⇒ Types::DetectorStateDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new state, variable values, and timer settings of the detector (instance).
 
Instance Attribute Details
#detector_model_name ⇒ String
The name of the detector model that created the detectors (instances).
      1297 1298 1299 1300 1301 1302 1303 1304  | 
    
      # File 'lib/aws-sdk-ioteventsdata/types.rb', line 1297 class UpdateDetectorRequest < Struct.new( :message_id, :detector_model_name, :key_value, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#key_value ⇒ String
The value of the input key attribute (identifying the device or system) that caused the creation of this detector (instance).
      1297 1298 1299 1300 1301 1302 1303 1304  | 
    
      # File 'lib/aws-sdk-ioteventsdata/types.rb', line 1297 class UpdateDetectorRequest < Struct.new( :message_id, :detector_model_name, :key_value, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#message_id ⇒ String
The ID to assign to the detector update ‘“message”`. Each `“messageId”` must be unique within each batch sent.
      1297 1298 1299 1300 1301 1302 1303 1304  | 
    
      # File 'lib/aws-sdk-ioteventsdata/types.rb', line 1297 class UpdateDetectorRequest < Struct.new( :message_id, :detector_model_name, :key_value, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ Types::DetectorStateDefinition
The new state, variable values, and timer settings of the detector (instance).
      1297 1298 1299 1300 1301 1302 1303 1304  | 
    
      # File 'lib/aws-sdk-ioteventsdata/types.rb', line 1297 class UpdateDetectorRequest < Struct.new( :message_id, :detector_model_name, :key_value, :state) SENSITIVE = [] include Aws::Structure end  |