Class: Aws::MTurk::Types::ListBonusPaymentsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mturk/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bonus_paymentsArray<Types::BonusPayment>

A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.



1261
1262
1263
1264
1265
1266
1267
# File 'lib/aws-sdk-mturk/types.rb', line 1261

class ListBonusPaymentsResponse < Struct.new(
  :num_results,
  :next_token,
  :bonus_payments)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the previous response was incomplete (because there is more data to retrieve), Amazon Mechanical Turk returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.



1261
1262
1263
1264
1265
1266
1267
# File 'lib/aws-sdk-mturk/types.rb', line 1261

class ListBonusPaymentsResponse < Struct.new(
  :num_results,
  :next_token,
  :bonus_payments)
  SENSITIVE = []
  include Aws::Structure
end

#num_resultsInteger

The number of bonus payments on this page in the filtered results list, equivalent to the number of bonus payments being returned by this call.



1261
1262
1263
1264
1265
1266
1267
# File 'lib/aws-sdk-mturk/types.rb', line 1261

class ListBonusPaymentsResponse < Struct.new(
  :num_results,
  :next_token,
  :bonus_payments)
  SENSITIVE = []
  include Aws::Structure
end