You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::GetFindingsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SecurityHub::Types::GetFindingsResponse
 
 
- Defined in:
 - (unknown)
 
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #findings  ⇒ Array<Types::AwsSecurityFinding> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The findings that matched the filters specified in the request.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The pagination token to use to request the next page of results.
 
Instance Attribute Details
#findings ⇒ Array<Types::AwsSecurityFinding>
The findings that matched the filters specified in the request.
#next_token ⇒ String
The pagination token to use to request the next page of results.