class Aws::Personalize::Types::ListDatasetGroupsRequest

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

data as a hash:

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

@!attribute [rw] next_token

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

@!attribute [rw] max_results

The maximum number of dataset groups to return.
@return [Integer]

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

Constants

SENSITIVE