Class: Aws::Types::UserContext
- Inherits:
-
Object
- Object
- Aws::Types::UserContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role ⇒ "CLINICIAN"
Returns the value of attribute role.
-
#specialty ⇒ "PRIMARY_CARE"
Returns the value of attribute specialty.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#role ⇒ "CLINICIAN"
Returns the value of attribute role.
514 515 516 |
# File 'sig/types.rbs', line 514 def role @role end |
#specialty ⇒ "PRIMARY_CARE"
Returns the value of attribute specialty.
516 517 518 |
# File 'sig/types.rbs', line 516 def specialty @specialty end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
515 516 517 |
# File 'sig/types.rbs', line 515 def user_id @user_id end |