Class: Aws::IoTEventsData::Types::BatchUpdateDetectorRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detectorsArray<Types::UpdateDetectorRequest>

The list of detectors (instances) to update, along with the values to update.

Returns:



503
504
505
506
507
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 503

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