Class: Aws::Types::UpdateAccessRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAccessRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#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.
Instance Attribute Details
#external_id ⇒ ::String
Returns the value of attribute external_id.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def external_id @external_id end |
#home_directory ⇒ ::String
Returns the value of attribute home_directory.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def home_directory @home_directory end |
#home_directory_mappings ⇒ ::Array[Types::HomeDirectoryMapEntry]
Returns the value of attribute home_directory_mappings.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def home_directory_mappings @home_directory_mappings end |
#home_directory_type ⇒ "PATH", "LOGICAL"
Returns the value of attribute home_directory_type.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def home_directory_type @home_directory_type end |
#policy ⇒ ::String
Returns the value of attribute policy.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def policy @policy end |
#posix_profile ⇒ Types::PosixProfile
Returns the value of attribute posix_profile.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def posix_profile @posix_profile end |
#role ⇒ ::String
Returns the value of attribute role.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def role @role end |
#server_id ⇒ ::String
Returns the value of attribute server_id.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def server_id @server_id end |