Class: Aws::Types::UpdateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#home_directory ⇒ ::String
Returns the value of attribute home_directory.
-
#home_directory_mappings ⇒ ::Array[Types::HomeDirectoryMapEntry]
Returns the value of attribute home_directory_mappings.
-
#home_directory_type ⇒ "PATH", "LOGICAL"
Returns the value of attribute home_directory_type.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#posix_profile ⇒ Types::PosixProfile
Returns the value of attribute posix_profile.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#server_id ⇒ ::String
Returns the value of attribute server_id.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#home_directory ⇒ ::String
Returns the value of attribute home_directory.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def home_directory @home_directory end |
#home_directory_mappings ⇒ ::Array[Types::HomeDirectoryMapEntry]
Returns the value of attribute home_directory_mappings.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def home_directory_mappings @home_directory_mappings end |
#home_directory_type ⇒ "PATH", "LOGICAL"
Returns the value of attribute home_directory_type.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def home_directory_type @home_directory_type end |
#policy ⇒ ::String
Returns the value of attribute policy.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def policy @policy end |
#posix_profile ⇒ Types::PosixProfile
Returns the value of attribute posix_profile.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def posix_profile @posix_profile end |
#role ⇒ ::String
Returns the value of attribute role.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def role @role end |
#server_id ⇒ ::String
Returns the value of attribute server_id.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def server_id @server_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def user_name @user_name end |