Class: Aws::GuardDuty::Types::Detection

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

Overview

Contains information about the detected behavior.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomalyTypes::Anomaly

The details about the anomalous activity that caused GuardDuty to generate the finding.

Returns:



2595
2596
2597
2598
2599
# File 'lib/aws-sdk-guardduty/types.rb', line 2595

class Detection < Struct.new(
  :anomaly)
  SENSITIVE = []
  include Aws::Structure
end