Class: Aws::Types::CreateUserResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#server_id ⇒ ::String
Returns the value of attribute server_id.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#server_id ⇒ ::String
Returns the value of attribute server_id.
186 187 188 |
# File 'sig/types.rbs', line 186 def server_id @server_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
187 188 189 |
# File 'sig/types.rbs', line 187 def user_name @user_name end |