Class: Aws::IoT::Types::ViolationEventAdditionalInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#confidence_levelString

The sensitivity of anomalous behavior evaluation. Can be `Low`, `Medium`, or `High`.

Returns:

  • (String)


20398
20399
20400
20401
20402
# File 'lib/aws-sdk-iot/types.rb', line 20398

class ViolationEventAdditionalInfo < Struct.new(
  :confidence_level)
  SENSITIVE = []
  include Aws::Structure
end