Class: Aws::GuardDuty::Types::AnomalyUnusual
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::AnomalyUnusual
- Includes:
- Structure
- Defined in:
- 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
-
#behavior ⇒ Hash<String,Hash<String,Types::AnomalyObject>>
The behavior of the anomalous activity that caused GuardDuty to generate the finding.
Instance Attribute Details
#behavior ⇒ Hash<String,Hash<String,Types::AnomalyObject>>
The behavior of the anomalous activity that caused GuardDuty to generate the finding.
504 505 506 507 508 |
# File 'lib/aws-sdk-guardduty/types.rb', line 504 class AnomalyUnusual < Struct.new( :behavior) SENSITIVE = [] include Aws::Structure end |