class Aws::Personalize::Types::ListDatasetsRequest

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

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 that contains
the datasets to list.
@return [String]

@!attribute [rw] next_token

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

@!attribute [rw] max_results

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

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

Constants

SENSITIVE