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.
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_token ⇒ String
The pagination token from the previous SearchProfiles API call.
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 |