Class: Aws::CustomerProfiles::Types::SearchProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::SearchProfilesResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::Profile>
The list of SearchProfiles instances.
-
#next_token ⇒ String
The pagination token from the previous SearchProfiles API call.
Instance Attribute Details
#items ⇒ Array<Types::Profile>
The list of SearchProfiles instances.
4440 4441 4442 4443 4444 4445 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4440 class SearchProfilesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous SearchProfiles API call.
4440 4441 4442 4443 4444 4445 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4440 class SearchProfilesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |