You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DetectorDebugOption as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#detector_model_nameString

The name of the detector model.

Returns:

  • (String)

    The name of the detector model.

#key_valueString

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

Returns:

  • (String)

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