Class: Aws::CustomerProfiles::Types::SearchProfilesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::SearchProfilesResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #items  ⇒ Array<Types::Profile> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of Profiles matching the search criteria.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The pagination token from the previous SearchProfiles API call.
 
Instance Attribute Details
#items ⇒ Array<Types::Profile>
The list of Profiles matching the search criteria.
      4894 4895 4896 4897 4898 4899  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 4894 class SearchProfilesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The pagination token from the previous SearchProfiles API call.
      4894 4895 4896 4897 4898 4899  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 4894 class SearchProfilesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end  |