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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4232
4233
4234
4235
4236
4237
4238
# File 'lib/aws-sdk-personalize/types.rb', line 4232

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)


4232
4233
4234
4235
4236
4237
4238
# File 'lib/aws-sdk-personalize/types.rb', line 4232

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)


4232
4233
4234
4235
4236
4237
4238
# File 'lib/aws-sdk-personalize/types.rb', line 4232

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