Class: Aws::GuardDuty::Types::Anomaly
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Anomaly
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the anomalies.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profiles ⇒ Hash<String,Hash<String,Array<Types::AnomalyObject>>>
Information about the types of profiles.
-
#unusual ⇒ Types::AnomalyUnusual
Information about the behavior of the anomalies.
Instance Attribute Details
#profiles ⇒ Hash<String,Hash<String,Array<Types::AnomalyObject>>>
Information about the types of profiles.
394 395 396 397 398 399 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 394 class Anomaly < Struct.new( :profiles, :unusual) SENSITIVE = [] include Aws::Structure end |
#unusual ⇒ Types::AnomalyUnusual
Information about the behavior of the anomalies.
394 395 396 397 398 399 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 394 class Anomaly < Struct.new( :profiles, :unusual) SENSITIVE = [] include Aws::Structure end |