Class: Aws::Types::UpdateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
-
#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.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
873 874 875 |
# File 'sig/types.rbs', line 873 def broker_id @broker_id end |
#console_access ⇒ Boolean
Returns the value of attribute console_access.
874 875 876 |
# File 'sig/types.rbs', line 874 def console_access @console_access end |
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
875 876 877 |
# File 'sig/types.rbs', line 875 def groups @groups end |
#password ⇒ ::String
Returns the value of attribute password.
876 877 878 |
# File 'sig/types.rbs', line 876 def password @password end |
#replication_user ⇒ Boolean
Returns the value of attribute replication_user.
878 879 880 |
# File 'sig/types.rbs', line 878 def replication_user @replication_user end |
#username ⇒ ::String
Returns the value of attribute username.
877 878 879 |
# File 'sig/types.rbs', line 877 def username @username end |