Class: Aws::Types::UpdateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#city ⇒ ::String
Returns the value of attribute city.
-
#company ⇒ ::String
Returns the value of attribute company.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#department ⇒ ::String
Returns the value of attribute department.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#hidden_from_global_address_list ⇒ Boolean
Returns the value of attribute hidden_from_global_address_list.
-
#identity_provider_user_id ⇒ ::String
Returns the value of attribute identity_provider_user_id.
-
#initials ⇒ ::String
Returns the value of attribute initials.
-
#job_title ⇒ ::String
Returns the value of attribute job_title.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#office ⇒ ::String
Returns the value of attribute office.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#role ⇒ "USER", ...
Returns the value of attribute role.
-
#street ⇒ ::String
Returns the value of attribute street.
-
#telephone ⇒ ::String
Returns the value of attribute telephone.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#zip_code ⇒ ::String
Returns the value of attribute zip_code.
Instance Attribute Details
#city ⇒ ::String
Returns the value of attribute city.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def city @city end |
#company ⇒ ::String
Returns the value of attribute company.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def company @company end |
#country ⇒ ::String
Returns the value of attribute country.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def country @country end |
#department ⇒ ::String
Returns the value of attribute department.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def department @department end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def display_name @display_name end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def first_name @first_name end |
#hidden_from_global_address_list ⇒ Boolean
Returns the value of attribute hidden_from_global_address_list.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def hidden_from_global_address_list @hidden_from_global_address_list end |
#identity_provider_user_id ⇒ ::String
Returns the value of attribute identity_provider_user_id.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def identity_provider_user_id @identity_provider_user_id end |
#initials ⇒ ::String
Returns the value of attribute initials.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def initials @initials end |
#job_title ⇒ ::String
Returns the value of attribute job_title.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def job_title @job_title end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def last_name @last_name end |
#office ⇒ ::String
Returns the value of attribute office.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def office @office end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def organization_id @organization_id end |
#role ⇒ "USER", ...
Returns the value of attribute role.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def role @role end |
#street ⇒ ::String
Returns the value of attribute street.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def street @street end |
#telephone ⇒ ::String
Returns the value of attribute telephone.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def telephone @telephone end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def user_id @user_id end |
#zip_code ⇒ ::String
Returns the value of attribute zip_code.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def zip_code @zip_code end |