class Aws::Personalize::Types::ListDatasetExportJobsRequest

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

data as a hash:

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

@!attribute [rw] dataset_arn

The Amazon Resource Name (ARN) of the dataset to list the dataset
export jobs for.
@return [String]

@!attribute [rw] next_token

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

@!attribute [rw] max_results

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

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

Constants

SENSITIVE