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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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:



17095
17096
17097
17098
17099
17100
17101
17102
17103
17104
17105
17106
17107
17108
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17095

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:



17095
17096
17097
17098
17099
17100
17101
17102
17103
17104
17105
17106
17107
17108
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17095

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)


17095
17096
17097
17098
17099
17100
17101
17102
17103
17104
17105
17106
17107
17108
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17095

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)


17095
17096
17097
17098
17099
17100
17101
17102
17103
17104
17105
17106
17107
17108
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17095

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)


17095
17096
17097
17098
17099
17100
17101
17102
17103
17104
17105
17106
17107
17108
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17095

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)


17095
17096
17097
17098
17099
17100
17101
17102
17103
17104
17105
17106
17107
17108
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17095

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.



17095
17096
17097
17098
17099
17100
17101
17102
17103
17104
17105
17106
17107
17108
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17095

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)


17095
17096
17097
17098
17099
17100
17101
17102
17103
17104
17105
17106
17107
17108
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17095

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)


17095
17096
17097
17098
17099
17100
17101
17102
17103
17104
17105
17106
17107
17108
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17095

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)


17095
17096
17097
17098
17099
17100
17101
17102
17103
17104
17105
17106
17107
17108
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17095

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