Class: Aws::Types::UserDetails
- Inherits:
-
Object
- Object
- Aws::Types::UserDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#session_id ⇒ ::String
Returns the value of attribute session_id.
451 452 453 |
# File 'sig/types.rbs', line 451 def session_id @session_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
450 451 452 |
# File 'sig/types.rbs', line 450 def user_id @user_id end |