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).
4006 4007 4008 4009 4010 4011 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4006 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.
4006 4007 4008 4009 4010 4011 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4006 class ListSolutionVersionsResponse < Struct.new( :solution_versions, :next_token) SENSITIVE = [] include Aws::Structure end |