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:



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

#unusualTypes::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