Class: Aws::SecurityHub::Types::AwsSecurityFindingIdentifier

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

Overview

Identifies which finding to get the finding history for.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the finding that was specified by the finding provider.

Returns:

  • (String)


20786
20787
20788
20789
20790
20791
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20786

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

#product_arnString

The ARN generated by Security Hub that uniquely identifies a product that generates findings. This can be the ARN for a third-party product that is integrated with Security Hub, or the ARN for a custom integration.

Returns:

  • (String)


20786
20787
20788
20789
20790
20791
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20786

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