Class: Aws::SecurityHub::Types::AwsSecurityFindingIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsSecurityFindingIdentifier
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Identifies which finding to get the finding history for.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the finding that was specified by the finding provider.
-
#product_arn ⇒ String
The ARN generated by Security Hub that uniquely identifies a product that generates findings.
Instance Attribute Details
#id ⇒ String
The identifier of the finding that was specified by the finding provider.
20815 20816 20817 20818 20819 20820 |
# File 'lib/aws-sdk-securityhub/types.rb', line 20815 class AwsSecurityFindingIdentifier < Struct.new( :id, :product_arn) SENSITIVE = [] include Aws::Structure end |
#product_arn ⇒ String
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.
20815 20816 20817 20818 20819 20820 |
# File 'lib/aws-sdk-securityhub/types.rb', line 20815 class AwsSecurityFindingIdentifier < Struct.new( :id, :product_arn) SENSITIVE = [] include Aws::Structure end |