Class: Aws::Detective::Types::RelatedFindingGroupDetail

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

Instance Attribute Details

#idString

The unique identifier for the finding group.

Returns:

  • (String)


1533
1534
1535
1536
1537
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1533

class RelatedFindingGroupDetail < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end