Class: Aws::Types::ActivateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::ActivateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
20 21 22 |
# File 'sig/types.rbs', line 20 def authentication_token @authentication_token end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
19 20 21 |
# File 'sig/types.rbs', line 19 def user_id @user_id end |