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:



10084
10085
10086
10087
10088
10089
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10084

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)


10084
10085
10086
10087
10088
10089
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10084

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