Class: Aws::IoTEvents::Types::ListDetectorModelVersionsRequest

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_nameString

The name of the detector model whose versions are returned.

Returns:

  • (String)


2264
2265
2266
2267
2268
2269
2270
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2264

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

#max_resultsInteger

The maximum number of results to be returned per request.

Returns:

  • (Integer)


2264
2265
2266
2267
2268
2269
2270
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2264

class ListDetectorModelVersionsRequest < Struct.new(
  :detector_model_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)


2264
2265
2266
2267
2268
2269
2270
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2264

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