class Aws::Personalize::Types::ListSchemasRequest

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

data as a hash:

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

@!attribute [rw] next_token

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

@!attribute [rw] max_results

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

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

Constants

SENSITIVE