Class: Aws::Types::DescribedUser
- Inherits:
-
Object
- Object
- Aws::Types::DescribedUser
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#ssh_public_keys ⇒ ::Array[Types::SshPublicKey]
Returns the value of attribute ssh_public_keys.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
624 625 626 |
# File 'sig/types.rbs', line 624 def arn @arn end |
#home_directory ⇒ ::String
Returns the value of attribute home_directory.
625 626 627 |
# File 'sig/types.rbs', line 625 def home_directory @home_directory end |
#home_directory_mappings ⇒ ::Array[Types::HomeDirectoryMapEntry]
Returns the value of attribute home_directory_mappings.
626 627 628 |
# File 'sig/types.rbs', line 626 def home_directory_mappings @home_directory_mappings end |
#home_directory_type ⇒ "PATH", "LOGICAL"
Returns the value of attribute home_directory_type.
627 628 629 |
# File 'sig/types.rbs', line 627 def home_directory_type @home_directory_type end |
#policy ⇒ ::String
Returns the value of attribute policy.
628 629 630 |
# File 'sig/types.rbs', line 628 def policy @policy end |
#posix_profile ⇒ Types::PosixProfile
Returns the value of attribute posix_profile.
629 630 631 |
# File 'sig/types.rbs', line 629 def posix_profile @posix_profile end |
#role ⇒ ::String
Returns the value of attribute role.
630 631 632 |
# File 'sig/types.rbs', line 630 def role @role end |
#ssh_public_keys ⇒ ::Array[Types::SshPublicKey]
Returns the value of attribute ssh_public_keys.
631 632 633 |
# File 'sig/types.rbs', line 631 def ssh_public_keys @ssh_public_keys end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
632 633 634 |
# File 'sig/types.rbs', line 632 def @tags end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
633 634 635 |
# File 'sig/types.rbs', line 633 def user_name @user_name end |