Class: Aws::IoTEventsData::Types::BatchUpdateDetectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::BatchUpdateDetectorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detectors ⇒ Array<Types::UpdateDetectorRequest>
The list of detectors (instances) to update, along with the values to update.
Instance Attribute Details
#detectors ⇒ Array<Types::UpdateDetectorRequest>
The list of detectors (instances) to update, along with the values to update.
503 504 505 506 507 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 503 class BatchUpdateDetectorRequest < Struct.new( :detectors) SENSITIVE = [] include Aws::Structure end |