Class: Aws::Types::DescribeUserResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUserResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#server_id ⇒ ::String
Returns the value of attribute server_id.
-
#user ⇒ Types::DescribedUser
Returns the value of attribute user.
Instance Attribute Details
#server_id ⇒ ::String
Returns the value of attribute server_id.
426 427 428 |
# File 'sig/types.rbs', line 426 def server_id @server_id end |
#user ⇒ Types::DescribedUser
Returns the value of attribute user.
427 428 429 |
# File 'sig/types.rbs', line 427 def user @user end |