Method: Aws::VoiceID::Types::ListWatchlistsRequest#domain_id

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

#domain_idString

The identifier of the domain.

Returns:

  • (String)


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