Class: Aws::IoTEvents::Types::ListDetectorModelVersionsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_model_version_summariesArray<Types::DetectorModelVersionSummary>

Summary information about the detector model versions.



2281
2282
2283
2284
2285
2286
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2281

class ListDetectorModelVersionsResponse < Struct.new(
  :detector_model_version_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)


2281
2282
2283
2284
2285
2286
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2281

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