Class: Aws::Types::AdminSetUserSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AdminSetUserSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mfa_options ⇒ ::Array[Types::MFAOptionType]
Returns the value of attribute mfa_options.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#mfa_options ⇒ ::Array[Types::MFAOptionType]
Returns the value of attribute mfa_options.
344 345 346 |
# File 'sig/types.rbs', line 344 def @mfa_options end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
342 343 344 |
# File 'sig/types.rbs', line 342 def user_pool_id @user_pool_id end |
#username ⇒ ::String
Returns the value of attribute username.
343 344 345 |
# File 'sig/types.rbs', line 343 def username @username end |