class Aws::Comprehend::Types::ListTopicsDetectionJobsRequest

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

data as a hash:

    {
      filter: {
        job_name: "JobName",
        job_status: "SUBMITTED", # accepts SUBMITTED, IN_PROGRESS, COMPLETED, FAILED, STOP_REQUESTED, STOPPED
        submit_time_before: Time.now,
        submit_time_after: Time.now,
      },
      next_token: "String",
      max_results: 1,
    }

@!attribute [rw] filter

Filters the jobs that are returned. Jobs can be filtered on their
name, status, or the date and time that they were submitted. You can
set only one filter at a time.
@return [Types::TopicsDetectionJobFilter]

@!attribute [rw] next_token

Identifies the next page of results to return.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in each page. The default is
100.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/ListTopicsDetectionJobsRequest AWS API Documentation

Constants

SENSITIVE