Class: Aws::SecurityHub::Types::Detection
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::Detection
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A top-level object field that provides details about an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you must have GuardDuty and GuardDuty S3 Protection enabled. For more information, see [GuardDuty Extended Threat Detection ][1] in the *Amazon GuardDuty User Guide*.
[1]: docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sequence ⇒ Types::Sequence
Provides details about an attack sequence.
Instance Attribute Details
#sequence ⇒ Types::Sequence
Provides details about an attack sequence.
24631 24632 24633 24634 24635 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24631 class Detection < Struct.new( :sequence) SENSITIVE = [] include Aws::Structure end |