Class: Aws::IoTEventsData::Types::ListDetectorsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_model_nameString

The name of the detector model whose detectors (instances) are listed.

Returns:

  • (String)


970
971
972
973
974
975
976
977
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 970

class ListDetectorsRequest < Struct.new(
  :detector_model_name,
  :state_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to be returned per request.

Returns:

  • (Integer)


970
971
972
973
974
975
976
977
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 970

class ListDetectorsRequest < Struct.new(
  :detector_model_name,
  :state_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token that you can use to return the next set of results.

Returns:

  • (String)


970
971
972
973
974
975
976
977
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 970

class ListDetectorsRequest < Struct.new(
  :detector_model_name,
  :state_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#state_nameString

A filter that limits results to those detectors (instances) in the given state.

Returns:

  • (String)


970
971
972
973
974
975
976
977
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 970

class ListDetectorsRequest < Struct.new(
  :detector_model_name,
  :state_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end