Class: Aws::Personalize::Types::ListSolutionVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListSolutionVersionsResponse
- Defined in:
- gems/aws-sdk-personalize/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).
4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4158 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.
4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4158 class ListSolutionVersionsResponse < Struct.new( :solution_versions, :next_token) SENSITIVE = [] include Aws::Structure end |