Class: Aws::Types::UpdateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#alexa_for_business_metadata ⇒ Types::AlexaForBusinessMetadata
Returns the value of attribute alexa_for_business_metadata.
-
#license_type ⇒ "Basic", ...
Returns the value of attribute license_type.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#user_type ⇒ "PrivateUser", "SharedDevice"
Returns the value of attribute user_type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
916 917 918 |
# File 'sig/types.rbs', line 916 def account_id @account_id end |
#alexa_for_business_metadata ⇒ Types::AlexaForBusinessMetadata
Returns the value of attribute alexa_for_business_metadata.
920 921 922 |
# File 'sig/types.rbs', line 920 def @alexa_for_business_metadata end |
#license_type ⇒ "Basic", ...
Returns the value of attribute license_type.
918 919 920 |
# File 'sig/types.rbs', line 918 def license_type @license_type end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
917 918 919 |
# File 'sig/types.rbs', line 917 def user_id @user_id end |
#user_type ⇒ "PrivateUser", "SharedDevice"
Returns the value of attribute user_type.
919 920 921 |
# File 'sig/types.rbs', line 919 def user_type @user_type end |