Class: Aws::IoT::Types::ViolationEventAdditionalInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::ViolationEventAdditionalInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The details of a violation event.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #confidence_level  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The sensitivity of anomalous behavior evaluation.
 
Instance Attribute Details
#confidence_level ⇒ String
The sensitivity of anomalous behavior evaluation. Can be ‘Low`, `Medium`, or `High`.
      17117 17118 17119 17120 17121  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 17117 class ViolationEventAdditionalInfo < Struct.new( :confidence_level) SENSITIVE = [] include Aws::Structure end  |