Class: Aws::SecurityHub::Types::AwsSecurityFindingIdentifier
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SecurityHub::Types::AwsSecurityFindingIdentifier
 
 
- 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
- 
  
    
      #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.
      20052 20053 20054 20055 20056 20057  | 
    
      # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20052 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.
      20052 20053 20054 20055 20056 20057  | 
    
      # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20052 class AwsSecurityFindingIdentifier < Struct.new( :id, :product_arn) SENSITIVE = [] include Aws::Structure end  |