Class: Aws::MTurk::Types::BonusPayment
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::BonusPayment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
An object representing a Bonus payment paid to a Worker.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assignment_id ⇒ String
The ID of the assignment associated with this bonus payment.
-
#bonus_amount ⇒ String
A string representing a currency amount.
-
#grant_time ⇒ Time
The date and time of when the bonus was granted.
-
#reason ⇒ String
The Reason text given when the bonus was granted, if any.
-
#worker_id ⇒ String
The ID of the Worker to whom the bonus was paid.
Instance Attribute Details
#assignment_id ⇒ String
The ID of the assignment associated with this bonus payment.
217 218 219 220 221 222 223 224 225 |
# File 'lib/aws-sdk-mturk/types.rb', line 217 class BonusPayment < Struct.new( :worker_id, :bonus_amount, :assignment_id, :reason, :grant_time) SENSITIVE = [] include Aws::Structure end |
#bonus_amount ⇒ String
A string representing a currency amount.
217 218 219 220 221 222 223 224 225 |
# File 'lib/aws-sdk-mturk/types.rb', line 217 class BonusPayment < Struct.new( :worker_id, :bonus_amount, :assignment_id, :reason, :grant_time) SENSITIVE = [] include Aws::Structure end |
#grant_time ⇒ Time
The date and time of when the bonus was granted.
217 218 219 220 221 222 223 224 225 |
# File 'lib/aws-sdk-mturk/types.rb', line 217 class BonusPayment < Struct.new( :worker_id, :bonus_amount, :assignment_id, :reason, :grant_time) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The Reason text given when the bonus was granted, if any.
217 218 219 220 221 222 223 224 225 |
# File 'lib/aws-sdk-mturk/types.rb', line 217 class BonusPayment < Struct.new( :worker_id, :bonus_amount, :assignment_id, :reason, :grant_time) SENSITIVE = [] include Aws::Structure end |
#worker_id ⇒ String
The ID of the Worker to whom the bonus was paid.
217 218 219 220 221 222 223 224 225 |
# File 'lib/aws-sdk-mturk/types.rb', line 217 class BonusPayment < Struct.new( :worker_id, :bonus_amount, :assignment_id, :reason, :grant_time) SENSITIVE = [] include Aws::Structure end |