Class: Aws::Types::DeleteUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUserRequest
- 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.
-
#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.
131 132 133 |
# File 'sig/types.rbs', line 131 def identity_store_id @identity_store_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
132 133 134 |
# File 'sig/types.rbs', line 132 def user_id @user_id end |