Class: Aws::IoT::Types::ActiveViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ActiveViolation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Information about an active Device Defender security profile behavior violation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#behavior ⇒ Types::Behavior
The behavior that is being violated.
-
#last_violation_time ⇒ Time
The time the most recent violation occurred.
-
#last_violation_value ⇒ Types::MetricValue
The value of the metric (the measurement) that caused the most recent violation.
-
#security_profile_name ⇒ String
The security profile with the behavior is in violation.
-
#thing_name ⇒ String
The name of the thing responsible for the active violation.
-
#verification_state ⇒ String
The verification state of the violation (detect alarm).
-
#verification_state_description ⇒ String
The description of the verification state of the violation.
-
#violation_event_additional_info ⇒ Types::ViolationEventAdditionalInfo
The details of a violation event.
-
#violation_id ⇒ String
The ID of the active violation.
-
#violation_start_time ⇒ Time
The time the violation started.
Instance Attribute Details
#behavior ⇒ Types::Behavior
The behavior that is being violated.
263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-iot/types.rb', line 263 class ActiveViolation < Struct.new( :violation_id, :thing_name, :security_profile_name, :behavior, :last_violation_value, :violation_event_additional_info, :verification_state, :verification_state_description, :last_violation_time, :violation_start_time) SENSITIVE = [] include Aws::Structure end |
#last_violation_time ⇒ Time
The time the most recent violation occurred.
263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-iot/types.rb', line 263 class ActiveViolation < Struct.new( :violation_id, :thing_name, :security_profile_name, :behavior, :last_violation_value, :violation_event_additional_info, :verification_state, :verification_state_description, :last_violation_time, :violation_start_time) SENSITIVE = [] include Aws::Structure end |
#last_violation_value ⇒ Types::MetricValue
The value of the metric (the measurement) that caused the most recent violation.
263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-iot/types.rb', line 263 class ActiveViolation < Struct.new( :violation_id, :thing_name, :security_profile_name, :behavior, :last_violation_value, :violation_event_additional_info, :verification_state, :verification_state_description, :last_violation_time, :violation_start_time) SENSITIVE = [] include Aws::Structure end |
#security_profile_name ⇒ String
The security profile with the behavior is in violation.
263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-iot/types.rb', line 263 class ActiveViolation < Struct.new( :violation_id, :thing_name, :security_profile_name, :behavior, :last_violation_value, :violation_event_additional_info, :verification_state, :verification_state_description, :last_violation_time, :violation_start_time) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the thing responsible for the active violation.
263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-iot/types.rb', line 263 class ActiveViolation < Struct.new( :violation_id, :thing_name, :security_profile_name, :behavior, :last_violation_value, :violation_event_additional_info, :verification_state, :verification_state_description, :last_violation_time, :violation_start_time) SENSITIVE = [] include Aws::Structure end |
#verification_state ⇒ String
The verification state of the violation (detect alarm).
263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-iot/types.rb', line 263 class ActiveViolation < Struct.new( :violation_id, :thing_name, :security_profile_name, :behavior, :last_violation_value, :violation_event_additional_info, :verification_state, :verification_state_description, :last_violation_time, :violation_start_time) SENSITIVE = [] include Aws::Structure end |
#verification_state_description ⇒ String
The description of the verification state of the violation.
263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-iot/types.rb', line 263 class ActiveViolation < Struct.new( :violation_id, :thing_name, :security_profile_name, :behavior, :last_violation_value, :violation_event_additional_info, :verification_state, :verification_state_description, :last_violation_time, :violation_start_time) SENSITIVE = [] include Aws::Structure end |
#violation_event_additional_info ⇒ Types::ViolationEventAdditionalInfo
The details of a violation event.
263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-iot/types.rb', line 263 class ActiveViolation < Struct.new( :violation_id, :thing_name, :security_profile_name, :behavior, :last_violation_value, :violation_event_additional_info, :verification_state, :verification_state_description, :last_violation_time, :violation_start_time) SENSITIVE = [] include Aws::Structure end |
#violation_id ⇒ String
The ID of the active violation.
263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-iot/types.rb', line 263 class ActiveViolation < Struct.new( :violation_id, :thing_name, :security_profile_name, :behavior, :last_violation_value, :violation_event_additional_info, :verification_state, :verification_state_description, :last_violation_time, :violation_start_time) SENSITIVE = [] include Aws::Structure end |
#violation_start_time ⇒ Time
The time the violation started.
263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-iot/types.rb', line 263 class ActiveViolation < Struct.new( :violation_id, :thing_name, :security_profile_name, :behavior, :last_violation_value, :violation_event_additional_info, :verification_state, :verification_state_description, :last_violation_time, :violation_start_time) SENSITIVE = [] include Aws::Structure end |