You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a Device Defender security profile behavior violation.

Instance Attribute Summary collapse

Instance Attribute Details

#behaviorTypes::Behavior

The behavior which was violated.

Returns:

#metric_valueTypes::MetricValue

The value of the metric (the measurement).

Returns:

#security_profile_nameString

The name of the security profile whose behavior was violated.

Returns:

  • (String)

    The name of the security profile whose behavior was violated.

#thing_nameString

The name of the thing responsible for the violation event.

Returns:

  • (String)

    The name of the thing responsible for the violation event.

#violation_event_timeTime

The time the violation event occurred.

Returns:

  • (Time)

    The time the violation event occurred.

#violation_event_typeString

The type of violation event.

Possible values:

  • in-alarm
  • alarm-cleared
  • alarm-invalidated

Returns:

  • (String)

    The type of violation event.

#violation_idString

The ID of the violation event.

Returns:

  • (String)

    The ID of the violation event.