Class: Aws::CustomerProfiles::Types::ListRecommendersResponse

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

#next_tokenString

A token to retrieve the next page of results. Null if there are no more results to retrieve.

Returns:

  • (String)


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

#recommendersArray<Types::RecommenderSummary>

A list of recommenders and their properties in the specified domain.

Returns:



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