Class: Aws::Types::CreateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_type ⇒ "API", ...
Returns the value of attribute authentication_type.
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#message_action ⇒ "SUPPRESS", "RESEND"
Returns the value of attribute message_action.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#authentication_type ⇒ "API", ...
Returns the value of attribute authentication_type.
554 555 556 |
# File 'sig/types.rbs', line 554 def authentication_type @authentication_type end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
552 553 554 |
# File 'sig/types.rbs', line 552 def first_name @first_name end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
553 554 555 |
# File 'sig/types.rbs', line 553 def last_name @last_name end |
#message_action ⇒ "SUPPRESS", "RESEND"
Returns the value of attribute message_action.
551 552 553 |
# File 'sig/types.rbs', line 551 def @message_action end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
550 551 552 |
# File 'sig/types.rbs', line 550 def user_name @user_name end |