Class: Aws::IoTEventsData::Types::ListDetectorsResponse

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_summariesArray<Types::DetectorSummary>

A list of summary information about the detectors (instances).

Returns:



988
989
990
991
992
993
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 988

class ListDetectorsResponse < Struct.new(
  :detector_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token that you can use to return the next set of results, or null if there are no more results.

Returns:

  • (String)


988
989
990
991
992
993
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 988

class ListDetectorsResponse < Struct.new(
  :detector_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end