Class: Aws::VoiceID::Types::ListSpeakerEnrollmentJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::ListSpeakerEnrollmentJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The identifier of the domain that contains the speaker enrollment jobs.
-
#job_status ⇒ String
Provides the status of your speaker enrollment Job.
-
#max_results ⇒ Integer
The maximum number of results that are returned per call.
-
#next_token ⇒ String
If ‘NextToken` is returned, there are more results available.
Instance Attribute Details
#domain_id ⇒ String
The identifier of the domain that contains the speaker enrollment jobs.
1380 1381 1382 1383 1384 1385 1386 1387 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1380 class ListSpeakerEnrollmentJobsRequest < Struct.new( :domain_id, :job_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
Provides the status of your speaker enrollment Job.
1380 1381 1382 1383 1384 1385 1386 1387 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1380 class ListSpeakerEnrollmentJobsRequest < Struct.new( :domain_id, :job_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results that are returned per call. You can use ‘NextToken` to obtain more pages of results. The default is 100; the maximum allowed page size is also 100.
1380 1381 1382 1383 1384 1385 1386 1387 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1380 class ListSpeakerEnrollmentJobsRequest < Struct.new( :domain_id, :job_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
1380 1381 1382 1383 1384 1385 1386 1387 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1380 class ListSpeakerEnrollmentJobsRequest < Struct.new( :domain_id, :job_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |