Method: Aws::VoiceID::Types::ListWatchlistsRequest#next_token
- Defined in:
- lib/aws-sdk-voiceid/types.rb
#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.
1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1506 class ListWatchlistsRequest < Struct.new( :domain_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |