You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MTurk::Types::BonusPayment
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::BonusPayment
- Defined in:
- (unknown)
Overview
An object representing a Bonus payment paid to a Worker.
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.
#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.