class Aws::VoiceID::Types::ListSpeakersRequest
@note When making an API call, you may pass ListSpeakersRequest
data as a hash: { domain_id: "DomainId", # required max_results: 1, next_token: "NextToken", }
@!attribute [rw] domain_id
The identifier of the domain. @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/ListSpeakersRequest AWS API Documentation
Constants
- SENSITIVE