Class: Aws::IoTEvents::Types::GetDetectorModelAnalysisResultsRequest

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

#analysis_idString

The ID of the analysis result that you want to retrieve.

Returns:

  • (String)


1811
1812
1813
1814
1815
1816
1817
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1811

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

#max_resultsInteger

The maximum number of results to be returned per request.

Returns:

  • (Integer)


1811
1812
1813
1814
1815
1816
1817
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1811

class GetDetectorModelAnalysisResultsRequest < Struct.new(
  :analysis_id,
  :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)


1811
1812
1813
1814
1815
1816
1817
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1811

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