class Aws::IoTEventsData::Types::ListDetectorsRequest

@note When making an API call, you may pass ListDetectorsRequest

data as a hash:

    {
      detector_model_name: "DetectorModelName", # required
      state_name: "StateName",
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] detector_model_name

The name of the detector model whose detectors (instances) are
listed.
@return [String]

@!attribute [rw] state_name

A filter that limits results to those detectors (instances) in the
given state.
@return [String]

@!attribute [rw] next_token

The token that you can use to return the next set of results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to be returned per request.
@return [Integer]

Constants

SENSITIVE