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

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

Overview

Note:

When making an API call, you may pass DeleteDetectorRequest data as a hash:

{
  message_id: "MessageId", # required
  detector_model_name: "DetectorModelName", # required
  key_value: "KeyValue",
}

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)


747
748
749
750
751
752
753
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 747

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

#key_valueString

Returns:

  • (String)


747
748
749
750
751
752
753
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 747

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)


747
748
749
750
751
752
753
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 747

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