Class: Aws::IoTEventsData::Types::DisableAlarmActionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEventsData::Types::DisableAlarmActionRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ioteventsdata/types.rb
 
Overview
Information used to disable the alarm.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #alarm_model_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the alarm model.
 - 
  
    
      #key_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of the key used as a filter to select only the alarms associated with the [key].
 - 
  
    
      #note  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The note that you can leave when you disable the alarm.
 - 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The request ID.
 
Instance Attribute Details
#alarm_model_name ⇒ String
The name of the alarm model.
      839 840 841 842 843 844 845 846  | 
    
      # File 'lib/aws-sdk-ioteventsdata/types.rb', line 839 class DisableAlarmActionRequest < Struct.new( :request_id, :alarm_model_name, :key_value, :note) SENSITIVE = [] include Aws::Structure end  | 
  
#key_value ⇒ String
The value of the key used as a filter to select only the alarms associated with the [key].
      839 840 841 842 843 844 845 846  | 
    
      # File 'lib/aws-sdk-ioteventsdata/types.rb', line 839 class DisableAlarmActionRequest < Struct.new( :request_id, :alarm_model_name, :key_value, :note) SENSITIVE = [] include Aws::Structure end  | 
  
#note ⇒ String
The note that you can leave when you disable the alarm.
      839 840 841 842 843 844 845 846  | 
    
      # File 'lib/aws-sdk-ioteventsdata/types.rb', line 839 class DisableAlarmActionRequest < Struct.new( :request_id, :alarm_model_name, :key_value, :note) SENSITIVE = [] include Aws::Structure end  | 
  
#request_id ⇒ String
The request ID. Each ID must be unique within each batch.
      839 840 841 842 843 844 845 846  | 
    
      # File 'lib/aws-sdk-ioteventsdata/types.rb', line 839 class DisableAlarmActionRequest < Struct.new( :request_id, :alarm_model_name, :key_value, :note) SENSITIVE = [] include Aws::Structure end  |