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)


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