Class: Aws::Types::CreateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserRequest
- 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.
-
#ssh_public_key_body ⇒ ::String
Returns the value of attribute ssh_public_key_body.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#home_directory ⇒ ::String
Returns the value of attribute home_directory.
172 173 174 |
# File 'sig/types.rbs', line 172 def home_directory @home_directory end |
#home_directory_mappings ⇒ ::Array[Types::HomeDirectoryMapEntry]
Returns the value of attribute home_directory_mappings.
174 175 176 |
# File 'sig/types.rbs', line 174 def home_directory_mappings @home_directory_mappings end |
#home_directory_type ⇒ "PATH", "LOGICAL"
Returns the value of attribute home_directory_type.
173 174 175 |
# File 'sig/types.rbs', line 173 def home_directory_type @home_directory_type end |
#policy ⇒ ::String
Returns the value of attribute policy.
175 176 177 |
# File 'sig/types.rbs', line 175 def policy @policy end |
#posix_profile ⇒ Types::PosixProfile
Returns the value of attribute posix_profile.
176 177 178 |
# File 'sig/types.rbs', line 176 def posix_profile @posix_profile end |
#role ⇒ ::String
Returns the value of attribute role.
177 178 179 |
# File 'sig/types.rbs', line 177 def role @role end |
#server_id ⇒ ::String
Returns the value of attribute server_id.
178 179 180 |
# File 'sig/types.rbs', line 178 def server_id @server_id end |
#ssh_public_key_body ⇒ ::String
Returns the value of attribute ssh_public_key_body.
179 180 181 |
# File 'sig/types.rbs', line 179 def ssh_public_key_body @ssh_public_key_body end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
180 181 182 |
# File 'sig/types.rbs', line 180 def end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
181 182 183 |
# File 'sig/types.rbs', line 181 def user_name @user_name end |