Class: Aws::SecurityHub::Types::RelatedFinding
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::RelatedFinding
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Details about a related finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The product-generated identifier for a related finding.
-
#product_arn ⇒ String
The ARN of the product that generated a related finding.
Instance Attribute Details
#id ⇒ String
The product-generated identifier for a related finding.
27996 27997 27998 27999 28000 28001 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27996 class RelatedFinding < Struct.new( :product_arn, :id) SENSITIVE = [] include Aws::Structure end |
#product_arn ⇒ String
The ARN of the product that generated a related finding.
27996 27997 27998 27999 28000 28001 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27996 class RelatedFinding < Struct.new( :product_arn, :id) SENSITIVE = [] include Aws::Structure end |