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.
Instance Attribute Summary collapse
-
#behavior ⇒ Types::Behavior
The behavior which 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) which caused the most recent violation.
-
#security_profile_name ⇒ String
The security profile whose behavior is in violation.
-
#thing_name ⇒ String
The name of the thing responsible for the active violation.
-
#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 which is being violated.
319 320 321 322 323 324 325 326 327 328 |
# File 'lib/aws-sdk-iot/types.rb', line 319 class ActiveViolation < Struct.new( :violation_id, :thing_name, :security_profile_name, :behavior, :last_violation_value, :last_violation_time, :violation_start_time) include Aws::Structure end |
#last_violation_time ⇒ Time
The time the most recent violation occurred.
319 320 321 322 323 324 325 326 327 328 |
# File 'lib/aws-sdk-iot/types.rb', line 319 class ActiveViolation < Struct.new( :violation_id, :thing_name, :security_profile_name, :behavior, :last_violation_value, :last_violation_time, :violation_start_time) include Aws::Structure end |
#last_violation_value ⇒ Types::MetricValue
The value of the metric (the measurement) which caused the most recent violation.
319 320 321 322 323 324 325 326 327 328 |
# File 'lib/aws-sdk-iot/types.rb', line 319 class ActiveViolation < Struct.new( :violation_id, :thing_name, :security_profile_name, :behavior, :last_violation_value, :last_violation_time, :violation_start_time) include Aws::Structure end |
#security_profile_name ⇒ String
The security profile whose behavior is in violation.
319 320 321 322 323 324 325 326 327 328 |
# File 'lib/aws-sdk-iot/types.rb', line 319 class ActiveViolation < Struct.new( :violation_id, :thing_name, :security_profile_name, :behavior, :last_violation_value, :last_violation_time, :violation_start_time) include Aws::Structure end |
#thing_name ⇒ String
The name of the thing responsible for the active violation.
319 320 321 322 323 324 325 326 327 328 |
# File 'lib/aws-sdk-iot/types.rb', line 319 class ActiveViolation < Struct.new( :violation_id, :thing_name, :security_profile_name, :behavior, :last_violation_value, :last_violation_time, :violation_start_time) include Aws::Structure end |
#violation_id ⇒ String
The ID of the active violation.
319 320 321 322 323 324 325 326 327 328 |
# File 'lib/aws-sdk-iot/types.rb', line 319 class ActiveViolation < Struct.new( :violation_id, :thing_name, :security_profile_name, :behavior, :last_violation_value, :last_violation_time, :violation_start_time) include Aws::Structure end |
#violation_start_time ⇒ Time
The time the violation started.
319 320 321 322 323 324 325 326 327 328 |
# File 'lib/aws-sdk-iot/types.rb', line 319 class ActiveViolation < Struct.new( :violation_id, :thing_name, :security_profile_name, :behavior, :last_violation_value, :last_violation_time, :violation_start_time) include Aws::Structure end |