Class: Aws::MTurk::Types::ListBonusPaymentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::ListBonusPaymentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bonus_payments ⇒ Array<Types::BonusPayment>
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
-
#next_token ⇒ String
If the previous response was incomplete (because there is more data to retrieve), Amazon Mechanical Turk returns a pagination token in the response.
-
#num_results ⇒ Integer
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.
Instance Attribute Details
#bonus_payments ⇒ Array<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_token ⇒ String
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_results ⇒ Integer
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 |