Class: Aws::Types::AssociateUserProficienciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateUserProficienciesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#user_proficiencies ⇒ ::Array[Types::UserProficiency]
Returns the value of attribute user_proficiencies.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
419 420 421 |
# File 'sig/types.rbs', line 419 def instance_id @instance_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
420 421 422 |
# File 'sig/types.rbs', line 420 def user_id @user_id end |
#user_proficiencies ⇒ ::Array[Types::UserProficiency]
Returns the value of attribute user_proficiencies.
421 422 423 |
# File 'sig/types.rbs', line 421 def user_proficiencies @user_proficiencies end |