Class: Aws::Detective::Types::RelatedFindingGroupDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::RelatedFindingGroupDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Details multiple activities as they related to a potential security event. Detective uses graph analysis technique that infers relationships between findings and entities, and groups them together as a finding group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier for the finding group.
Instance Attribute Details
#id ⇒ String
The unique identifier for the finding group.
1533 1534 1535 1536 1537 |
# File 'lib/aws-sdk-detective/types.rb', line 1533 class RelatedFindingGroupDetail < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |