Class: Aws::Types::GetUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
405 406 407 |
# File 'sig/types.rbs', line 405 def account_id @account_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
406 407 408 |
# File 'sig/types.rbs', line 406 def user_id @user_id end |