Class: Aws::Types::User
- Inherits:
-
Object
- Object
- Aws::Types::User
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#user_status ⇒ "ACTIVE", ...
Returns the value of attribute user_status.
Instance Attribute Details
#user_id ⇒ ::String
Returns the value of attribute user_id.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def user_id @user_id end |
#user_status ⇒ "ACTIVE", ...
Returns the value of attribute user_status.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def user_status @user_status end |