Class: Aws::GuardDuty::Types::AnomalyUnusual

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Contains information about the behavior of the anomaly that is new to GuardDuty.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#behaviorHash<String,Hash<String,Types::AnomalyObject>>

The behavior of the anomalous activity that caused GuardDuty to generate the finding.

Returns:



402
403
404
405
406
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 402

class AnomalyUnusual < Struct.new(
  :behavior)
  SENSITIVE = []
  include Aws::Structure
end