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

Class: Aws::IoTEventsData::Types::DescribeDetectorRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#detector_model_nameString

The name of the detector model whose detectors (instances) you want information about.

Returns:

  • (String)

    The name of the detector model whose detectors (instances) you want information about.

#key_valueString

A filter used to limit results to detectors (instances) created because of the given key ID.

Returns:

  • (String)

    A filter used to limit results to detectors (instances) created because of the given key ID.