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
show all
Defined in:
(unknown)

Overview

An object representing a Bonus payment paid to a Worker.

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_idString

The ID of the assignment associated with this bonus payment.

Returns:

  • (String)

    The ID of the assignment associated with this bonus payment.

#bonus_amountString

A string representing a currency amount.

Returns:

  • (String)

    A string representing a currency amount.

    .

#grant_timeTime

The date and time of when the bonus was granted.

Returns:

  • (Time)

    The date and time of when the bonus was granted.

#reasonString

The Reason text given when the bonus was granted, if any.

Returns:

  • (String)

    The Reason text given when the bonus was granted, if any.

#worker_idString

The ID of the Worker to whom the bonus was paid.

Returns:

  • (String)

    The ID of the Worker to whom the bonus was paid.