Class: Aws::Types::DescribedAccess
- Inherits:
-
Object
- Object
- Aws::Types::DescribedAccess
- 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.
Instance Attribute Details
#external_id ⇒ ::String
Returns the value of attribute external_id.
468 469 470 |
# File 'sig/types.rbs', line 468 def external_id @external_id end |
#home_directory ⇒ ::String
Returns the value of attribute home_directory.
462 463 464 |
# File 'sig/types.rbs', line 462 def home_directory @home_directory end |
#home_directory_mappings ⇒ ::Array[Types::HomeDirectoryMapEntry]
Returns the value of attribute home_directory_mappings.
463 464 465 |
# File 'sig/types.rbs', line 463 def home_directory_mappings @home_directory_mappings end |
#home_directory_type ⇒ "PATH", "LOGICAL"
Returns the value of attribute home_directory_type.
464 465 466 |
# File 'sig/types.rbs', line 464 def home_directory_type @home_directory_type end |
#policy ⇒ ::String
Returns the value of attribute policy.
465 466 467 |
# File 'sig/types.rbs', line 465 def policy @policy end |
#posix_profile ⇒ Types::PosixProfile
Returns the value of attribute posix_profile.
466 467 468 |
# File 'sig/types.rbs', line 466 def posix_profile @posix_profile end |
#role ⇒ ::String
Returns the value of attribute role.
467 468 469 |
# File 'sig/types.rbs', line 467 def role @role end |