class Aws::VoiceID::Types::ListSpeakerEnrollmentJobsRequest
@note When making an API call, you may pass ListSpeakerEnrollmentJobsRequest
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 speaker enrollment jobs. @return [String]
@!attribute [rw] job_status
Provides the status of your speaker enrollment 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/ListSpeakerEnrollmentJobsRequest AWS API Documentation
Constants
- SENSITIVE