Class: Aws::Types::SendBonusRequest

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)


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.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def bonus_amount
  @bonus_amount
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def worker_id
  @worker_id
end