Class: Aws::SecurityHub::Types::BatchUpdateFindingsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SecurityHub::Types::BatchUpdateFindingsResponse
 
 
- Defined in:
 - gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #processed_findings  ⇒ Array<Types::AwsSecurityFindingIdentifier> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of findings that were updated successfully.
 - 
  
    
      #unprocessed_findings  ⇒ Array<Types::BatchUpdateFindingsUnprocessedFinding> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of findings that were not updated.
 
Instance Attribute Details
#processed_findings ⇒ Array<Types::AwsSecurityFindingIdentifier>
The list of findings that were updated successfully.
      22024 22025 22026 22027 22028 22029  | 
    
      # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22024 class BatchUpdateFindingsResponse < Struct.new( :processed_findings, :unprocessed_findings) SENSITIVE = [] include Aws::Structure end  | 
  
#unprocessed_findings ⇒ Array<Types::BatchUpdateFindingsUnprocessedFinding>
The list of findings that were not updated.
      22024 22025 22026 22027 22028 22029  | 
    
      # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22024 class BatchUpdateFindingsResponse < Struct.new( :processed_findings, :unprocessed_findings) SENSITIVE = [] include Aws::Structure end  |