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:



6613
6614
6615
6616
6617
6618
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6613

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)


6613
6614
6615
6616
6617
6618
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6613

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