Class: Aws::GuardDuty::Types::AnomalyObject

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

Overview

Contains information about the unusual anomalies.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#observationsTypes::Observations

The recorded value.

Returns:



384
385
386
387
388
389
390
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 384

class AnomalyObject < Struct.new(
  :profile_type,
  :profile_subtype,
  :observations)
  SENSITIVE = []
  include Aws::Structure
end

#profile_subtypeString

The frequency of the anomaly.

Returns:

  • (String)


384
385
386
387
388
389
390
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 384

class AnomalyObject < Struct.new(
  :profile_type,
  :profile_subtype,
  :observations)
  SENSITIVE = []
  include Aws::Structure
end

#profile_typeString

The type of behavior of the profile.

Returns:

  • (String)


384
385
386
387
388
389
390
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 384

class AnomalyObject < Struct.new(
  :profile_type,
  :profile_subtype,
  :observations)
  SENSITIVE = []
  include Aws::Structure
end