Class: Aws::Types::UpdateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
-
#operations ⇒ ::Array[Types::AttributeOperation]
Returns the value of attribute operations.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
460 461 462 |
# File 'sig/types.rbs', line 460 def identity_store_id @identity_store_id end |
#operations ⇒ ::Array[Types::AttributeOperation]
Returns the value of attribute operations.
462 463 464 |
# File 'sig/types.rbs', line 462 def operations @operations end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
461 462 463 |
# File 'sig/types.rbs', line 461 def user_id @user_id end |