Class: Aws::Types::CreateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#access_string ⇒ ::String
Returns the value of attribute access_string.
266 267 268 |
# File 'sig/types.rbs', line 266 def access_string @access_string end |
#authentication_mode ⇒ Types::AuthenticationMode
Returns the value of attribute authentication_mode.
265 266 267 |
# File 'sig/types.rbs', line 265 def authentication_mode @authentication_mode end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
267 268 269 |
# File 'sig/types.rbs', line 267 def end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
264 265 266 |
# File 'sig/types.rbs', line 264 def user_name @user_name end |