Class: Aws::Detective::Types::RelatedFindingDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::RelatedFindingDetail
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the related finding.
-
#ip_address ⇒ String
The IP address of the finding.
-
#type ⇒ String
The type of finding.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the related finding.
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_address ⇒ String
The IP address of the finding.
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 |
#type ⇒ String
The type of finding.
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 |