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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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:



2783
2784
2785
2786
2787
2788
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2783

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

#sequenceTypes::Sequence

The details about the attack sequence.

Returns:



2783
2784
2785
2786
2787
2788
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2783

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