Class: Aws::Types::AdminSetUserPasswordRequest
- Inherits:
-
Object
- Object
- Aws::Types::AdminSetUserPasswordRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#password ⇒ ::String
Returns the value of attribute password.
-
#permanent ⇒ Boolean
Returns the value of attribute permanent.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ ::String
Returns the value of attribute password.
333 334 335 |
# File 'sig/types.rbs', line 333 def password @password end |
#permanent ⇒ Boolean
Returns the value of attribute permanent.
334 335 336 |
# File 'sig/types.rbs', line 334 def permanent @permanent end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
331 332 333 |
# File 'sig/types.rbs', line 331 def user_pool_id @user_pool_id end |
#username ⇒ ::String
Returns the value of attribute username.
332 333 334 |
# File 'sig/types.rbs', line 332 def username @username end |