Class: Aws::Macie2::Types::GetFindingsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::GetFindingsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides the results of a request for one or more findings.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#findings ⇒ Array<Types::Finding>
      3140 3141 3142 3143 3144  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 3140 class GetFindingsResponse < Struct.new( :findings) SENSITIVE = [] include Aws::Structure end  |