Class: Aws::IoTEventsData::Types::BatchUpdateDetectorResponse

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

#batch_update_detector_error_entriesArray<Types::BatchUpdateDetectorErrorEntry>

A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)



514
515
516
517
518
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 514

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