Class: Aws::Types::AssociateQualificationWithWorkerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#integer_value::Integer

Returns the value of attribute integer_value.

Returns:

  • (::Integer)


49
50
51
# File 'sig/types.rbs', line 49

def integer_value
  @integer_value
end

#qualification_type_id::String

Returns the value of attribute qualification_type_id.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def qualification_type_id
  @qualification_type_id
end

#send_notificationBoolean

Returns the value of attribute send_notification.

Returns:

  • (Boolean)


50
51
52
# File 'sig/types.rbs', line 50

def send_notification
  @send_notification
end

#worker_id::String

Returns the value of attribute worker_id.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def worker_id
  @worker_id
end