Class: Aws::Types::UpdateUserInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#console_access ⇒ Boolean
Returns the value of attribute console_access.
-
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#replication_user ⇒ Boolean
Returns the value of attribute replication_user.
Instance Attribute Details
#console_access ⇒ Boolean
Returns the value of attribute console_access.
865 866 867 |
# File 'sig/types.rbs', line 865 def console_access @console_access end |
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
866 867 868 |
# File 'sig/types.rbs', line 866 def groups @groups end |
#password ⇒ ::String
Returns the value of attribute password.
867 868 869 |
# File 'sig/types.rbs', line 867 def password @password end |
#replication_user ⇒ Boolean
Returns the value of attribute replication_user.
868 869 870 |
# File 'sig/types.rbs', line 868 def replication_user @replication_user end |