Class: Aws::IoTEvents::Types::DescribeDetectorModelRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEvents::Types::DescribeDetectorModelRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotevents/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #detector_model_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the detector model.
 - 
  
    
      #detector_model_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the detector model.
 
Instance Attribute Details
#detector_model_name ⇒ String
The name of the detector model.
      1194 1195 1196 1197 1198 1199  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 1194 class DescribeDetectorModelRequest < Struct.new( :detector_model_name, :detector_model_version) SENSITIVE = [] include Aws::Structure end  | 
  
#detector_model_version ⇒ String
The version of the detector model.
      1194 1195 1196 1197 1198 1199  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 1194 class DescribeDetectorModelRequest < Struct.new( :detector_model_name, :detector_model_version) SENSITIVE = [] include Aws::Structure end  |