Class: Aws::IoTEvents::Types::StartDetectorModelAnalysisRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEvents::Types::StartDetectorModelAnalysisRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotevents/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #detector_model_definition  ⇒ Types::DetectorModelDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information that defines how a detector operates.
 
Instance Attribute Details
#detector_model_definition ⇒ Types::DetectorModelDefinition
Information that defines how a detector operates.
      2846 2847 2848 2849 2850  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 2846 class StartDetectorModelAnalysisRequest < Struct.new( :detector_model_definition) SENSITIVE = [] include Aws::Structure end  |