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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

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)


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

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)


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

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