Class: Aws::CustomerProfiles::Types::ListRecommendersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListRecommendersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token to retrieve the next page of results.
-
#recommenders ⇒ Array<Types::RecommenderSummary>
A list of recommenders and their properties in the specified domain.
Instance Attribute Details
#next_token ⇒ String
A token to retrieve the next page of results. Null if there are no more results to retrieve.
6570 6571 6572 6573 6574 6575 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6570 class ListRecommendersResponse < Struct.new( :next_token, :recommenders) SENSITIVE = [] include Aws::Structure end |
#recommenders ⇒ Array<Types::RecommenderSummary>
A list of recommenders and their properties in the specified domain.
6570 6571 6572 6573 6574 6575 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6570 class ListRecommendersResponse < Struct.new( :next_token, :recommenders) SENSITIVE = [] include Aws::Structure end |