Class: Aws::Types::BonusPayment

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_id::String

Returns the value of attribute assignment_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


62
63
64
# File 'sig/types.rbs', line 62

def grant_time
  @grant_time
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def reason
  @reason
end

#worker_id::String

Returns the value of attribute worker_id.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def worker_id
  @worker_id
end