Class: Aws::Personalize::Types::ListSolutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListSolutionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token for getting the next set of solutions (if they exist).
-
#solutions ⇒ Array<Types::SolutionSummary>
A list of the current solutions.
Instance Attribute Details
#next_token ⇒ String
A token for getting the next set of solutions (if they exist).
4562 4563 4564 4565 4566 4567 |
# File 'lib/aws-sdk-personalize/types.rb', line 4562 class ListSolutionsResponse < Struct.new( :solutions, :next_token) SENSITIVE = [] include Aws::Structure end |
#solutions ⇒ Array<Types::SolutionSummary>
A list of the current solutions.
4562 4563 4564 4565 4566 4567 |
# File 'lib/aws-sdk-personalize/types.rb', line 4562 class ListSolutionsResponse < Struct.new( :solutions, :next_token) SENSITIVE = [] include Aws::Structure end |