Class: Aws::GuardDuty::Types::AnomalyObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::AnomalyObject
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the unusual anomalies.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#observations ⇒ Types::Observations
The recorded value.
-
#profile_subtype ⇒ String
The frequency of the anomaly.
-
#profile_type ⇒ String
The type of behavior of the profile.
Instance Attribute Details
#observations ⇒ Types::Observations
The recorded value.
384 385 386 387 388 389 390 |
# File 'lib/aws-sdk-guardduty/types.rb', line 384 class AnomalyObject < Struct.new( :profile_type, :profile_subtype, :observations) SENSITIVE = [] include Aws::Structure end |
#profile_subtype ⇒ String
The frequency of the anomaly.
384 385 386 387 388 389 390 |
# File 'lib/aws-sdk-guardduty/types.rb', line 384 class AnomalyObject < Struct.new( :profile_type, :profile_subtype, :observations) SENSITIVE = [] include Aws::Structure end |
#profile_type ⇒ String
The type of behavior of the profile.
384 385 386 387 388 389 390 |
# File 'lib/aws-sdk-guardduty/types.rb', line 384 class AnomalyObject < Struct.new( :profile_type, :profile_subtype, :observations) SENSITIVE = [] include Aws::Structure end |