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)


4251
4252
4253
4254
4255
4256
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4251

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:



4251
4252
4253
4254
4255
4256
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4251

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