Class: Aws::Personalize::Types::ListSolutionVersionsResponse

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 solution versions (if they exist).

Returns:

  • (String)


4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4522

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

#solution_versionsArray<Types::SolutionVersionSummary>

A list of solution versions describing the version properties.

Returns:



4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4522

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