Class: Aws::IoTEventsData::Types::DeleteDetectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::DeleteDetectorRequest
- 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
-
#detector_model_name ⇒ String
The name of the detector model that was used to create the detector instance.
-
#key_value ⇒ String
The value of the [key][1] used to identify the detector.
-
#message_id ⇒ String
The ID to assign to the
DeleteDetectorRequest
.
Instance Attribute Details
#detector_model_name ⇒ String
The name of the detector model that was used to create the detector instance.
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_value ⇒ String
The value of the key used to identify the detector.
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_id ⇒ String
The ID to assign to the DeleteDetectorRequest
. Each "messageId"
must be unique within each batch sent.
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 |