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.
417 418 419 420 421 422 423 |
# File 'lib/aws-sdk-guardduty/types.rb', line 417 class AnomalyObject < Struct.new( :profile_type, :profile_subtype, :observations) SENSITIVE = [] include Aws::Structure end |
#profile_subtype ⇒ String
The frequency of the anomaly.
417 418 419 420 421 422 423 |
# File 'lib/aws-sdk-guardduty/types.rb', line 417 class AnomalyObject < Struct.new( :profile_type, :profile_subtype, :observations) SENSITIVE = [] include Aws::Structure end |
#profile_type ⇒ String
The type of behavior of the profile.
417 418 419 420 421 422 423 |
# File 'lib/aws-sdk-guardduty/types.rb', line 417 class AnomalyObject < Struct.new( :profile_type, :profile_subtype, :observations) SENSITIVE = [] include Aws::Structure end |