Class: Aws::Personalize::Types::ListSolutionVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListSolutionVersionsResponse
- 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 solution versions (if they exist).
-
#solution_versions ⇒ Array<Types::SolutionVersionSummary>
A list of solution versions describing the version properties.
Instance Attribute Details
#next_token ⇒ String
A token for getting the next set of solution versions (if they exist).
4522 4523 4524 4525 4526 4527 |
# File 'lib/aws-sdk-personalize/types.rb', line 4522 class ListSolutionVersionsResponse < Struct.new( :solution_versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#solution_versions ⇒ Array<Types::SolutionVersionSummary>
A list of solution versions describing the version properties.
4522 4523 4524 4525 4526 4527 |
# File 'lib/aws-sdk-personalize/types.rb', line 4522 class ListSolutionVersionsResponse < Struct.new( :solution_versions, :next_token) SENSITIVE = [] include Aws::Structure end |