Class: Aws::IoTEvents::Types::StartDetectorModelAnalysisResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEvents::Types::StartDetectorModelAnalysisResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotevents/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #analysis_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID that you can use to retrieve the analysis result.
 
Instance Attribute Details
#analysis_id ⇒ String
The ID that you can use to retrieve the analysis result.
      2855 2856 2857 2858 2859  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 2855 class StartDetectorModelAnalysisResponse < Struct.new( :analysis_id) SENSITIVE = [] include Aws::Structure end  |