Class: Aws::VoiceID::Types::ListSpeakersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::ListSpeakersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If ‘NextToken` is returned, there are more results available.
-
#speaker_summaries ⇒ Array<Types::SpeakerSummary>
A list containing details about each speaker in the Amazon Web Services account.
Instance Attribute Details
#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.
1454 1455 1456 1457 1458 1459 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1454 class ListSpeakersResponse < Struct.new( :next_token, :speaker_summaries) SENSITIVE = [] include Aws::Structure end |
#speaker_summaries ⇒ Array<Types::SpeakerSummary>
A list containing details about each speaker in the Amazon Web Services account.
1454 1455 1456 1457 1458 1459 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1454 class ListSpeakersResponse < Struct.new( :next_token, :speaker_summaries) SENSITIVE = [] include Aws::Structure end |