Class: Aws::Types::DisassociateUserProficienciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateUserProficienciesRequest
- 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::UserProficiencyDisassociate]
Returns the value of attribute user_proficiencies.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
3091 3092 3093 |
# File 'sig/types.rbs', line 3091 def instance_id @instance_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
3092 3093 3094 |
# File 'sig/types.rbs', line 3092 def user_id @user_id end |
#user_proficiencies ⇒ ::Array[Types::UserProficiencyDisassociate]
Returns the value of attribute user_proficiencies.
3093 3094 3095 |
# File 'sig/types.rbs', line 3093 def user_proficiencies @user_proficiencies end |