class Aws::VoiceID::Types::ListFraudsterRegistrationJobsRequest

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

data as a hash:

    {
      domain_id: "DomainId", # required
      job_status: "SUBMITTED", # accepts SUBMITTED, IN_PROGRESS, COMPLETED, COMPLETED_WITH_ERRORS, FAILED
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] domain_id

The identifier of the domain containing the fraudster registration
Jobs.
@return [String]

@!attribute [rw] job_status

Provides the status of your fraudster registration job.
@return [String]

@!attribute [rw] max_results

The maximum number of results that are returned per call. You can
use `NextToken` to obtain further pages of results. The default is
100; the maximum allowed page size is also 100.
@return [Integer]

@!attribute [rw] next_token

If `NextToken` is returned, there are more results available. The
value of `NextToken` is a unique pagination token for each page.
Make the call again using the returned token to retrieve the next
page. Keep all other arguments unchanged. Each pagination token
expires after 24 hours.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/voice-id-2021-09-27/ListFraudsterRegistrationJobsRequest AWS API Documentation

Constants

SENSITIVE