class Aws::Personalize::Types::ListSolutionsRequest

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

data as a hash:

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

@!attribute [rw] dataset_group_arn

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

@!attribute [rw] next_token

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

@!attribute [rw] max_results

The maximum number of solutions to return.
@return [Integer]

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

Constants

SENSITIVE