Class: Aws::Types::CreateUserMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_string ⇒ ::String
Returns the value of attribute 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#access_string ⇒ ::String
Returns the value of attribute access_string.
547 548 549 |
# File 'sig/types.rbs', line 547 def access_string @access_string end |
#authentication_mode ⇒ Types::AuthenticationMode
Returns the value of attribute authentication_mode.
550 551 552 |
# File 'sig/types.rbs', line 550 def authentication_mode @authentication_mode end |
#engine ⇒ ::String
Returns the value of attribute engine.
545 546 547 |
# File 'sig/types.rbs', line 545 def engine @engine end |
#no_password_required ⇒ Boolean
Returns the value of attribute no_password_required.
548 549 550 |
# File 'sig/types.rbs', line 548 def no_password_required @no_password_required end |
#passwords ⇒ ::Array[::String]
Returns the value of attribute passwords.
546 547 548 |
# File 'sig/types.rbs', line 546 def passwords @passwords end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
549 550 551 |
# File 'sig/types.rbs', line 549 def @tags end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
543 544 545 |
# File 'sig/types.rbs', line 543 def user_id @user_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
544 545 546 |
# File 'sig/types.rbs', line 544 def user_name @user_name end |