Class: Aws::Detective::Types::RelatedFindingDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

Details related activities associated with a potential security event. Lists all distinct categories of evidence that are connected to the resource or the finding group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the related finding.

Returns:

  • (String)


1514
1515
1516
1517
1518
1519
1520
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1514

class RelatedFindingDetail < Struct.new(
  :arn,
  :type,
  :ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#ip_addressString

The IP address of the finding.

Returns:

  • (String)


1514
1515
1516
1517
1518
1519
1520
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1514

class RelatedFindingDetail < Struct.new(
  :arn,
  :type,
  :ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of finding.

Returns:

  • (String)


1514
1515
1516
1517
1518
1519
1520
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1514

class RelatedFindingDetail < Struct.new(
  :arn,
  :type,
  :ip_address)
  SENSITIVE = []
  include Aws::Structure
end