Class: Aws::GuardDuty::Types::Detection
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Detection
- 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
-
#anomaly ⇒ Types::Anomaly
The details about the anomalous activity that caused GuardDuty to generate the finding.
-
#sequence ⇒ Types::Sequence
The details about the attack sequence.
Instance Attribute Details
#anomaly ⇒ Types::Anomaly
The details about the anomalous activity that caused GuardDuty to generate the finding.
2691 2692 2693 2694 2695 2696 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2691 class Detection < Struct.new( :anomaly, :sequence) SENSITIVE = [] include Aws::Structure end |
#sequence ⇒ Types::Sequence
The details about the attack sequence.
2691 2692 2693 2694 2695 2696 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2691 class Detection < Struct.new( :anomaly, :sequence) SENSITIVE = [] include Aws::Structure end |