Class: Aws::Personalize::Types::ListSolutionVersionsRequest

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

#max_resultsInteger

The maximum number of solution versions to return.

Returns:

  • (Integer)


4148
4149
4150
4151
4152
4153
4154
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4148

class ListSolutionVersionsRequest < Struct.new(
  :solution_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token returned from the previous call to ListSolutionVersions for getting the next set of solution versions (if they exist).

Returns:

  • (String)


4148
4149
4150
4151
4152
4153
4154
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4148

class ListSolutionVersionsRequest < Struct.new(
  :solution_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#solution_arnString

The Amazon Resource Name (ARN) of the solution.

Returns:

  • (String)


4148
4149
4150
4151
4152
4153
4154
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4148

class ListSolutionVersionsRequest < Struct.new(
  :solution_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end