Class: Aws::VoiceID::Types::ListSpeakerEnrollmentJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::ListSpeakerEnrollmentJobsResponse
- Defined in:
- gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_summaries ⇒ Array<Types::SpeakerEnrollmentJobSummary>
A list containing details about each specified speaker enrollment job.
-
#next_token ⇒ String
If
NextToken
is returned, there are more results available.
Instance Attribute Details
#job_summaries ⇒ Array<Types::SpeakerEnrollmentJobSummary>
A list containing details about each specified speaker enrollment job.
1116 1117 1118 1119 1120 1121 |
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1116 class ListSpeakerEnrollmentJobsResponse < Struct.new( :job_summaries, :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.
1116 1117 1118 1119 1120 1121 |
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1116 class ListSpeakerEnrollmentJobsResponse < Struct.new( :job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |