Class: Aws::IoT::Types::ActiveViolation

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

Instance Attribute Details

#behaviorTypes::Behavior

The behavior that is being violated.

Returns:



263
264
265
266
267
268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-iot/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_timeTime

The time the most recent violation occurred.

Returns:

  • (Time)


263
264
265
266
267
268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-iot/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_valueTypes::MetricValue

The value of the metric (the measurement) that caused the most recent violation.

Returns:



263
264
265
266
267
268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-iot/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_nameString

The security profile with the behavior is in violation.

Returns:

  • (String)


263
264
265
266
267
268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-iot/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_nameString

The name of the thing responsible for the active violation.

Returns:

  • (String)


263
264
265
266
267
268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-iot/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_stateString

The verification state of the violation (detect alarm).

Returns:

  • (String)


263
264
265
266
267
268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-iot/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_descriptionString

The description of the verification state of the violation.

Returns:

  • (String)


263
264
265
266
267
268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-iot/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_infoTypes::ViolationEventAdditionalInfo

The details of a violation event.



263
264
265
266
267
268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-iot/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_idString

The ID of the active violation.

Returns:

  • (String)


263
264
265
266
267
268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-iot/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_timeTime

The time the violation started.

Returns:

  • (Time)


263
264
265
266
267
268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-iot/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