Class: Aws::Types::ModifyUserMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyUserMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_string ⇒ ::String
Returns the value of attribute access_string.
-
#append_access_string ⇒ ::String
Returns the value of attribute append_access_string.
-
#authentication_mode ⇒ Types::AuthenticationMode
Returns the value of attribute authentication_mode.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#no_password_required ⇒ Boolean
Returns the value of attribute no_password_required.
-
#passwords ⇒ ::Array[::String]
Returns the value of attribute passwords.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#access_string ⇒ ::String
Returns the value of attribute access_string.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def access_string @access_string end |
#append_access_string ⇒ ::String
Returns the value of attribute append_access_string.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def append_access_string @append_access_string end |
#authentication_mode ⇒ Types::AuthenticationMode
Returns the value of attribute authentication_mode.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def authentication_mode @authentication_mode end |
#engine ⇒ ::String
Returns the value of attribute engine.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def engine @engine end |
#no_password_required ⇒ Boolean
Returns the value of attribute no_password_required.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def no_password_required @no_password_required end |
#passwords ⇒ ::Array[::String]
Returns the value of attribute passwords.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def passwords @passwords end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def user_id @user_id end |