Class: Aws::IoTEventsData::Types::ListDetectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::ListDetectorsResponse
- Defined in:
- gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_summaries ⇒ Array<Types::DetectorSummary>
A list of summary information about the detectors (instances).
-
#next_token ⇒ String
The token that you can use to return the next set of results, or
null
if there are no more results.
Instance Attribute Details
#detector_summaries ⇒ Array<Types::DetectorSummary>
A list of summary information about the detectors (instances).
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_token ⇒ String
The token that you can use to return the next set of results, or
null
if there are no more results.
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 |