Class: Aws::IoTEventsData::Types::DeleteDetectorRequest

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

Overview

Information used to delete the detector model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_model_nameString

The name of the detector model that was used to create the detector instance.

Returns:

  • (String)


600
601
602
603
604
605
606
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 600

class DeleteDetectorRequest < Struct.new(
  :message_id,
  :detector_model_name,
  :key_value)
  SENSITIVE = []
  include Aws::Structure
end

#key_valueString

The value of the key used to identify the detector.

Returns:

  • (String)


600
601
602
603
604
605
606
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 600

class DeleteDetectorRequest < Struct.new(
  :message_id,
  :detector_model_name,
  :key_value)
  SENSITIVE = []
  include Aws::Structure
end

#message_idString

The ID to assign to the DeleteDetectorRequest. Each "messageId" must be unique within each batch sent.

Returns:

  • (String)


600
601
602
603
604
605
606
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 600

class DeleteDetectorRequest < Struct.new(
  :message_id,
  :detector_model_name,
  :key_value)
  SENSITIVE = []
  include Aws::Structure
end