Class: Aws::Types::UserDetails
- Inherits:
-
Object
- Object
- Aws::Types::UserDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#server_id ⇒ ::String
Returns the value of attribute server_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#server_id ⇒ ::String
Returns the value of attribute server_id.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def server_id @server_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def session_id @session_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def user_name @user_name end |