Class: Aws::SecurityHub::Types::Detection
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::Detection
- Defined in:
- gems/aws-sdk-securityhub/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 enabled. For more information, see GuardDuty Extended Threat Detection in the Amazon GuardDuty User Guide.
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.
24322 24323 24324 24325 24326 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24322 class Detection < Struct.new( :sequence) SENSITIVE = [] include Aws::Structure end |