Class: Aws::CustomerProfiles::Types::SearchProfilesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::Profile>

The list of Profiles matching the search criteria.

Returns:



8755
8756
8757
8758
8759
8760
# File 'lib/aws-sdk-customerprofiles/types.rb', line 8755

class SearchProfilesResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token from the previous SearchProfiles API call.

Returns:

  • (String)


8755
8756
8757
8758
8759
8760
# File 'lib/aws-sdk-customerprofiles/types.rb', line 8755

class SearchProfilesResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end