Class: Aws::MTurk::Types::ListBonusPaymentsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_idString

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

Returns:

  • (String)


1232
1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-mturk/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_idString

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

Returns:

  • (String)


1232
1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-mturk/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_resultsInteger

Returns:

  • (Integer)


1232
1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-mturk/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_tokenString

Pagination token

Returns:

  • (String)


1232
1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-mturk/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