Class: Aws::Types::CreateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#user_type ⇒ "PrivateUser", "SharedDevice"
Returns the value of attribute user_type.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
233 234 235 |
# File 'sig/types.rbs', line 233 def account_id @account_id end |
#email ⇒ ::String
Returns the value of attribute email.
235 236 237 |
# File 'sig/types.rbs', line 235 def email @email end |
#user_type ⇒ "PrivateUser", "SharedDevice"
Returns the value of attribute user_type.
236 237 238 |
# File 'sig/types.rbs', line 236 def user_type @user_type end |
#username ⇒ ::String
Returns the value of attribute username.
234 235 236 |
# File 'sig/types.rbs', line 234 def username @username end |