Class: Aws::VoiceID::Types::ListFraudstersRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The identifier of the domain.

Returns:

  • (String)


1324
1325
1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1324

class ListFraudstersRequest < Struct.new(
  :domain_id,
  :max_results,
  :next_token,
  :watchlist_id)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1324
1325
1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1324

class ListFraudstersRequest < Struct.new(
  :domain_id,
  :max_results,
  :next_token,
  :watchlist_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


1324
1325
1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1324

class ListFraudstersRequest < Struct.new(
  :domain_id,
  :max_results,
  :next_token,
  :watchlist_id)
  SENSITIVE = []
  include Aws::Structure
end

#watchlist_idString

The identifier of the watchlist. If provided, all fraudsters in the watchlist are listed. If not provided, all fraudsters in the domain are listed.

Returns:

  • (String)


1324
1325
1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1324

class ListFraudstersRequest < Struct.new(
  :domain_id,
  :max_results,
  :next_token,
  :watchlist_id)
  SENSITIVE = []
  include Aws::Structure
end