Class: Aws::IoTEvents::Types::ListDetectorModelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::ListDetectorModelsResponse
- Defined in:
- gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_model_summaries ⇒ Array<Types::DetectorModelSummary>
Summary information about the detector models.
-
#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_model_summaries ⇒ Array<Types::DetectorModelSummary>
Summary information about the detector models.
2312 2313 2314 2315 2316 2317 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2312 class ListDetectorModelsResponse < Struct.new( :detector_model_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.
2312 2313 2314 2315 2316 2317 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2312 class ListDetectorModelsResponse < Struct.new( :detector_model_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |