Class: Aws::IoTEvents::Types::DetectorDebugOption

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

Overview

The detector model and the specific detectors (instances) for which the logging level is given.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_model_nameString

The name of the detector model.

Returns:

  • (String)


1257
1258
1259
1260
1261
1262
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1257

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

#key_valueString

The value of the input attribute key used to create the detector (the instance of the detector model).

Returns:

  • (String)


1257
1258
1259
1260
1261
1262
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1257

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