class Aws::Personalize::Types::ListSolutionVersionsRequest

@note When making an API call, you may pass ListSolutionVersionsRequest

data as a hash:

    {
      solution_arn: "Arn",
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] solution_arn

The Amazon Resource Name (ARN) of the solution.
@return [String]

@!attribute [rw] next_token

A token returned from the previous call to `ListSolutionVersions`
for getting the next set of solution versions (if they exist).
@return [String]

@!attribute [rw] max_results

The maximum number of solution versions to return.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/ListSolutionVersionsRequest AWS API Documentation

Constants

SENSITIVE