Class: Aws::GuardDuty::Types::Anomaly

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#profilesHash<String,Hash<String,Array<Types::AnomalyObject>>>

Information about the types of profiles.

Returns:



361
362
363
364
365
366
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 361

class Anomaly < Struct.new(
  :profiles,
  :unusual)
  SENSITIVE = []
  include Aws::Structure
end

#unusualTypes::AnomalyUnusual

Information about the behavior of the anomalies.



361
362
363
364
365
366
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 361

class Anomaly < Struct.new(
  :profiles,
  :unusual)
  SENSITIVE = []
  include Aws::Structure
end