Class: Aws::MTurk::Types::ListBonusPaymentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::ListBonusPaymentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assignment_id ⇒ String
The ID of the assignment associated with the bonus payments to retrieve.
-
#hit_id ⇒ String
The ID of the HIT associated with the bonus payments to retrieve.
- #max_results ⇒ Integer
-
#next_token ⇒ String
Pagination token.
Instance Attribute Details
#assignment_id ⇒ String
The ID of the assignment associated with the bonus payments to retrieve. If specified, only bonus payments for the given assignment are returned. Either the HITId parameter or the AssignmentId parameter must be specified
1232 1233 1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-mturk/types.rb', line 1232 class ListBonusPaymentsRequest < Struct.new( :hit_id, :assignment_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#hit_id ⇒ String
The ID of the HIT associated with the bonus payments to retrieve. If not specified, all bonus payments for all assignments for the given HIT are returned. Either the HITId parameter or the AssignmentId parameter must be specified
1232 1233 1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-mturk/types.rb', line 1232 class ListBonusPaymentsRequest < Struct.new( :hit_id, :assignment_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
1232 1233 1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-mturk/types.rb', line 1232 class ListBonusPaymentsRequest < Struct.new( :hit_id, :assignment_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token
1232 1233 1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-mturk/types.rb', line 1232 class ListBonusPaymentsRequest < Struct.new( :hit_id, :assignment_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |