Class: Aws::Types::MatchedUser
- Inherits:
-
Object
- Object
- Aws::Types::MatchedUser
- 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.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def user_id @user_id end |
#user_status ⇒ "ACTIVE", ...
Returns the value of attribute user_status.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def user_status @user_status end |