Class: Aws::IoTEventsData::Types::BatchSnoozeAlarmRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEventsData::Types::BatchSnoozeAlarmRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ioteventsdata/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #snooze_action_requests  ⇒ Array<Types::SnoozeAlarmActionRequest> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of snooze action requests.
 
Instance Attribute Details
#snooze_action_requests ⇒ Array<Types::SnoozeAlarmActionRequest>
The list of snooze action requests. You can specify up to 10 requests per operation.
      455 456 457 458 459  | 
    
      # File 'lib/aws-sdk-ioteventsdata/types.rb', line 455 class BatchSnoozeAlarmRequest < Struct.new( :snooze_action_requests) SENSITIVE = [] include Aws::Structure end  |