Class: Aws::SecurityHub::Types::RelatedFinding

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The product-generated identifier for a related finding.

Returns:

  • (String)


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_arnString

The ARN of the product that generated a related finding.

Returns:

  • (String)


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