Class: Aws::IoTEventsData::Types::BatchEnableAlarmRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ioteventsdata/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_action_requestsArray<Types::EnableAlarmActionRequest>

The list of enable action requests. You can specify up to 10 requests per operation.



364
365
366
367
368
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 364

class BatchEnableAlarmRequest < Struct.new(
  :enable_action_requests)
  SENSITIVE = []
  include Aws::Structure
end