Class: Aws::Types::AssociateQualificationWithWorkerRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateQualificationWithWorkerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integer_value ⇒ ::Integer
Returns the value of attribute integer_value.
-
#qualification_type_id ⇒ ::String
Returns the value of attribute qualification_type_id.
-
#send_notification ⇒ Boolean
Returns the value of attribute send_notification.
-
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
Instance Attribute Details
#integer_value ⇒ ::Integer
Returns the value of attribute integer_value.
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.
47 48 49 |
# File 'sig/types.rbs', line 47 def qualification_type_id @qualification_type_id end |
#send_notification ⇒ Boolean
Returns the value of attribute send_notification.
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.
48 49 50 |
# File 'sig/types.rbs', line 48 def worker_id @worker_id end |