Class: Aws::Types::DescribeUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUserRequest
- 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.
420 421 422 |
# File 'sig/types.rbs', line 420 def server_id @server_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
421 422 423 |
# File 'sig/types.rbs', line 421 def user_name @user_name end |