Class: Aws::Types::BonusPayment
- Inherits:
-
Object
- Object
- Aws::Types::BonusPayment
- 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.
-
#grant_time ⇒ ::Time
Returns the value of attribute grant_time.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
Instance Attribute Details
#assignment_id ⇒ ::String
Returns the value of attribute assignment_id.
60 61 62 |
# File 'sig/types.rbs', line 60 def assignment_id @assignment_id end |
#bonus_amount ⇒ ::String
Returns the value of attribute bonus_amount.
59 60 61 |
# File 'sig/types.rbs', line 59 def bonus_amount @bonus_amount end |
#grant_time ⇒ ::Time
Returns the value of attribute grant_time.
62 63 64 |
# File 'sig/types.rbs', line 62 def grant_time @grant_time end |
#reason ⇒ ::String
Returns the value of attribute reason.
61 62 63 |
# File 'sig/types.rbs', line 61 def reason @reason end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
58 59 60 |
# File 'sig/types.rbs', line 58 def worker_id @worker_id end |