Class: Aws::IoT::Types::ViolationEventAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ViolationEventAdditionalInfo
- Defined in:
- gems/aws-sdk-iot/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
.
18707 18708 18709 18710 18711 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 18707 class ViolationEventAdditionalInfo < Struct.new( :confidence_level) SENSITIVE = [] include Aws::Structure end |