Class: Aws::VoiceID::Types::ListFraudsterRegistrationJobsResponse

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

#job_summariesArray<Types::FraudsterRegistrationJobSummary>

A list containing details about each specified fraudster registration job.



1291
1292
1293
1294
1295
1296
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1291

class ListFraudsterRegistrationJobsResponse < Struct.new(
  :job_summaries,
  :next_token)
  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)


1291
1292
1293
1294
1295
1296
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1291

class ListFraudsterRegistrationJobsResponse < Struct.new(
  :job_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end