Class: Aws::Types::SendBonusRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendBonusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assignment_id ⇒ ::String
Returns the value of attribute assignment_id.
-
#bonus_amount ⇒ ::String
Returns the value of attribute bonus_amount.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#unique_request_token ⇒ ::String
Returns the value of attribute unique_request_token.
-
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
Instance Attribute Details
#assignment_id ⇒ ::String
Returns the value of attribute assignment_id.
596 597 598 |
# File 'sig/types.rbs', line 596 def assignment_id @assignment_id end |
#bonus_amount ⇒ ::String
Returns the value of attribute bonus_amount.
595 596 597 |
# File 'sig/types.rbs', line 595 def bonus_amount @bonus_amount end |
#reason ⇒ ::String
Returns the value of attribute reason.
597 598 599 |
# File 'sig/types.rbs', line 597 def reason @reason end |
#unique_request_token ⇒ ::String
Returns the value of attribute unique_request_token.
598 599 600 |
# File 'sig/types.rbs', line 598 def unique_request_token @unique_request_token end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
594 595 596 |
# File 'sig/types.rbs', line 594 def worker_id @worker_id end |