class Aws::FraudDetector::Types::GetBatchPredictionJobsRequest

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

data as a hash:

    {
      job_id: "identifier",
      max_results: 1,
      next_token: "string",
    }

@!attribute [rw] job_id

The batch prediction job for which to get the details.
@return [String]

@!attribute [rw] max_results

The maximum number of objects to return for the request.
@return [Integer]

@!attribute [rw] next_token

The next token from the previous request.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/GetBatchPredictionJobsRequest AWS API Documentation

Constants

SENSITIVE