Class: Aws::IoTEvents::Types::GetDetectorModelAnalysisResultsResponse

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_resultsArray<Types::AnalysisResult>

Contains information about one or more analysis results.

Returns:



1828
1829
1830
1831
1832
1833
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1828

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


1828
1829
1830
1831
1832
1833
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1828

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