Class: Aws::IoTEventsData::Types::UpdateDetectorRequest

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

Overview

Information used to update the detector (instance).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_model_nameString

The name of the detector model that created the detectors (instances).

Returns:

  • (String)


1297
1298
1299
1300
1301
1302
1303
1304
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1297

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

#key_valueString

The value of the input key attribute (identifying the device or system) that caused the creation of this detector (instance).

Returns:

  • (String)


1297
1298
1299
1300
1301
1302
1303
1304
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1297

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

#message_idString

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

Returns:

  • (String)


1297
1298
1299
1300
1301
1302
1303
1304
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1297

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

#stateTypes::DetectorStateDefinition

The new state, variable values, and timer settings of the detector (instance).



1297
1298
1299
1300
1301
1302
1303
1304
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1297

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