Method: Aws::VoiceID::Types::ListWatchlistsRequest#max_results

Defined in:
lib/aws-sdk-voiceid/types.rb

#max_resultsInteger

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.

Returns:

  • (Integer)


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