Class: Aws::Macie2::Types::SearchResourcesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::SearchResourcesResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides the results of a query that retrieved statistical data and other information about Amazon Web Services resources that Amazon Macie monitors and analyzes for your account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#matching_resources ⇒ Array<Types::MatchingResource>
      5716 5717 5718 5719 5720 5721  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 5716 class SearchResourcesResponse < Struct.new( :matching_resources, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
      5716 5717 5718 5719 5720 5721  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 5716 class SearchResourcesResponse < Struct.new( :matching_resources, :next_token) SENSITIVE = [] include Aws::Structure end  |