Class: Aws::IoT::Types::ViolationEvent

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

Information about a Device Defender security profile behavior violation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#behaviorTypes::Behavior

The behavior that was violated.

Returns:



18685
18686
18687
18688
18689
18690
18691
18692
18693
18694
18695
18696
18697
18698
# File 'lib/aws-sdk-iot/types.rb', line 18685

class ViolationEvent < Struct.new(
  :violation_id,
  :thing_name,
  :security_profile_name,
  :behavior,
  :metric_value,
  :violation_event_additional_info,
  :violation_event_type,
  :verification_state,
  :verification_state_description,
  :violation_event_time)
  SENSITIVE = []
  include Aws::Structure
end

#metric_valueTypes::MetricValue

The value of the metric (the measurement).

Returns:



18685
18686
18687
18688
18689
18690
18691
18692
18693
18694
18695
18696
18697
18698
# File 'lib/aws-sdk-iot/types.rb', line 18685

class ViolationEvent < Struct.new(
  :violation_id,
  :thing_name,
  :security_profile_name,
  :behavior,
  :metric_value,
  :violation_event_additional_info,
  :violation_event_type,
  :verification_state,
  :verification_state_description,
  :violation_event_time)
  SENSITIVE = []
  include Aws::Structure
end

#security_profile_nameString

The name of the security profile whose behavior was violated.

Returns:

  • (String)


18685
18686
18687
18688
18689
18690
18691
18692
18693
18694
18695
18696
18697
18698
# File 'lib/aws-sdk-iot/types.rb', line 18685

class ViolationEvent < Struct.new(
  :violation_id,
  :thing_name,
  :security_profile_name,
  :behavior,
  :metric_value,
  :violation_event_additional_info,
  :violation_event_type,
  :verification_state,
  :verification_state_description,
  :violation_event_time)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

The name of the thing responsible for the violation event.

Returns:

  • (String)


18685
18686
18687
18688
18689
18690
18691
18692
18693
18694
18695
18696
18697
18698
# File 'lib/aws-sdk-iot/types.rb', line 18685

class ViolationEvent < Struct.new(
  :violation_id,
  :thing_name,
  :security_profile_name,
  :behavior,
  :metric_value,
  :violation_event_additional_info,
  :violation_event_type,
  :verification_state,
  :verification_state_description,
  :violation_event_time)
  SENSITIVE = []
  include Aws::Structure
end

#verification_stateString

The verification state of the violation (detect alarm).

Returns:

  • (String)


18685
18686
18687
18688
18689
18690
18691
18692
18693
18694
18695
18696
18697
18698
# File 'lib/aws-sdk-iot/types.rb', line 18685

class ViolationEvent < Struct.new(
  :violation_id,
  :thing_name,
  :security_profile_name,
  :behavior,
  :metric_value,
  :violation_event_additional_info,
  :violation_event_type,
  :verification_state,
  :verification_state_description,
  :violation_event_time)
  SENSITIVE = []
  include Aws::Structure
end

#verification_state_descriptionString

The description of the verification state of the violation.

Returns:

  • (String)


18685
18686
18687
18688
18689
18690
18691
18692
18693
18694
18695
18696
18697
18698
# File 'lib/aws-sdk-iot/types.rb', line 18685

class ViolationEvent < Struct.new(
  :violation_id,
  :thing_name,
  :security_profile_name,
  :behavior,
  :metric_value,
  :violation_event_additional_info,
  :violation_event_type,
  :verification_state,
  :verification_state_description,
  :violation_event_time)
  SENSITIVE = []
  include Aws::Structure
end

#violation_event_additional_infoTypes::ViolationEventAdditionalInfo

The details of a violation event.



18685
18686
18687
18688
18689
18690
18691
18692
18693
18694
18695
18696
18697
18698
# File 'lib/aws-sdk-iot/types.rb', line 18685

class ViolationEvent < Struct.new(
  :violation_id,
  :thing_name,
  :security_profile_name,
  :behavior,
  :metric_value,
  :violation_event_additional_info,
  :violation_event_type,
  :verification_state,
  :verification_state_description,
  :violation_event_time)
  SENSITIVE = []
  include Aws::Structure
end

#violation_event_timeTime

The time the violation event occurred.

Returns:

  • (Time)


18685
18686
18687
18688
18689
18690
18691
18692
18693
18694
18695
18696
18697
18698
# File 'lib/aws-sdk-iot/types.rb', line 18685

class ViolationEvent < Struct.new(
  :violation_id,
  :thing_name,
  :security_profile_name,
  :behavior,
  :metric_value,
  :violation_event_additional_info,
  :violation_event_type,
  :verification_state,
  :verification_state_description,
  :violation_event_time)
  SENSITIVE = []
  include Aws::Structure
end

#violation_event_typeString

The type of violation event.

Returns:

  • (String)


18685
18686
18687
18688
18689
18690
18691
18692
18693
18694
18695
18696
18697
18698
# File 'lib/aws-sdk-iot/types.rb', line 18685

class ViolationEvent < Struct.new(
  :violation_id,
  :thing_name,
  :security_profile_name,
  :behavior,
  :metric_value,
  :violation_event_additional_info,
  :violation_event_type,
  :verification_state,
  :verification_state_description,
  :violation_event_time)
  SENSITIVE = []
  include Aws::Structure
end

#violation_idString

The ID of the violation event.

Returns:

  • (String)


18685
18686
18687
18688
18689
18690
18691
18692
18693
18694
18695
18696
18697
18698
# File 'lib/aws-sdk-iot/types.rb', line 18685

class ViolationEvent < Struct.new(
  :violation_id,
  :thing_name,
  :security_profile_name,
  :behavior,
  :metric_value,
  :violation_event_additional_info,
  :violation_event_type,
  :verification_state,
  :verification_state_description,
  :violation_event_time)
  SENSITIVE = []
  include Aws::Structure
end