Class: Aws::Types::UpdateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#given_name ⇒ ::String
Returns the value of attribute given_name.
-
#grant_poweruser_privileges ⇒ "TRUE", "FALSE"
Returns the value of attribute grant_poweruser_privileges.
-
#locale ⇒ "en", ...
Returns the value of attribute locale.
-
#storage_rule ⇒ Types::StorageRuleType
Returns the value of attribute storage_rule.
-
#surname ⇒ ::String
Returns the value of attribute surname.
-
#time_zone_id ⇒ ::String
Returns the value of attribute time_zone_id.
-
#type ⇒ "USER", ...
Returns the value of attribute type.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
857 858 859 |
# File 'sig/types.rbs', line 857 def authentication_token @authentication_token end |
#given_name ⇒ ::String
Returns the value of attribute given_name.
859 860 861 |
# File 'sig/types.rbs', line 859 def given_name @given_name end |
#grant_poweruser_privileges ⇒ "TRUE", "FALSE"
Returns the value of attribute grant_poweruser_privileges.
865 866 867 |
# File 'sig/types.rbs', line 865 def grant_poweruser_privileges @grant_poweruser_privileges end |
#locale ⇒ "en", ...
Returns the value of attribute locale.
864 865 866 |
# File 'sig/types.rbs', line 864 def locale @locale end |
#storage_rule ⇒ Types::StorageRuleType
Returns the value of attribute storage_rule.
862 863 864 |
# File 'sig/types.rbs', line 862 def storage_rule @storage_rule end |
#surname ⇒ ::String
Returns the value of attribute surname.
860 861 862 |
# File 'sig/types.rbs', line 860 def surname @surname end |
#time_zone_id ⇒ ::String
Returns the value of attribute time_zone_id.
863 864 865 |
# File 'sig/types.rbs', line 863 def time_zone_id @time_zone_id end |
#type ⇒ "USER", ...
Returns the value of attribute type.
861 862 863 |
# File 'sig/types.rbs', line 861 def type @type end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
858 859 860 |
# File 'sig/types.rbs', line 858 def user_id @user_id end |