Class: Aws::Types::UpdateUserRequestItem
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserRequestItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#alexa_for_business_metadata ⇒ Types::AlexaForBusinessMetadata
Returns the value of attribute alexa_for_business_metadata.
928 929 930 |
# File 'sig/types.rbs', line 928 def @alexa_for_business_metadata end |
#license_type ⇒ "Basic", ...
Returns the value of attribute license_type.
926 927 928 |
# File 'sig/types.rbs', line 926 def license_type @license_type end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
925 926 927 |
# File 'sig/types.rbs', line 925 def user_id @user_id end |
#user_type ⇒ "PrivateUser", "SharedDevice"
Returns the value of attribute user_type.
927 928 929 |
# File 'sig/types.rbs', line 927 def user_type @user_type end |