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)


28003
28004
28005
28006
28007
28008
# File 'lib/aws-sdk-securityhub/types.rb', line 28003

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)


28003
28004
28005
28006
28007
28008
# File 'lib/aws-sdk-securityhub/types.rb', line 28003

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