Class: Aws::IoTEventsData::Types::BatchDeleteDetectorRequest

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

#detectorsArray<Types::DeleteDetectorRequest>

The list of one or more detectors to be deleted.

Returns:



318
319
320
321
322
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 318

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