Class: Aws::Personalize::Types::ListSolutionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token for getting the next set of solutions (if they exist).

Returns:

  • (String)


4207
4208
4209
4210
4211
4212
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4207

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

#solutionsArray<Types::SolutionSummary>

A list of the current solutions.

Returns:



4207
4208
4209
4210
4211
4212
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4207

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