Class: Aws::IoTEvents::Types::GetDetectorModelAnalysisResultsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEvents::Types::GetDetectorModelAnalysisResultsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotevents/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #analysis_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the analysis result that you want to retrieve.
 - 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of results to be returned per request.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token that you can use to return the next set of results.
 
Instance Attribute Details
#analysis_id ⇒ String
The ID of the analysis result that you want to retrieve.
      1811 1812 1813 1814 1815 1816 1817  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 1811 class GetDetectorModelAnalysisResultsRequest < Struct.new( :analysis_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#max_results ⇒ Integer
The maximum number of results to be returned per request.
      1811 1812 1813 1814 1815 1816 1817  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 1811 class GetDetectorModelAnalysisResultsRequest < Struct.new( :analysis_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token that you can use to return the next set of results.
      1811 1812 1813 1814 1815 1816 1817  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 1811 class GetDetectorModelAnalysisResultsRequest < Struct.new( :analysis_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  |