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`.
17907 17908 17909 17910 17911 |
# File 'lib/aws-sdk-iot/types.rb', line 17907 class ViolationEventAdditionalInfo < Struct.new( :confidence_level) SENSITIVE = [] include Aws::Structure end |