Class: Aws::Types::CreateUserResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserResponse
- 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.
107 108 109 |
# File 'sig/types.rbs', line 107 def identity_store_id @identity_store_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
108 109 110 |
# File 'sig/types.rbs', line 108 def user_id @user_id end |