Class: Aws::Types::UpdateUserRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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_accessBoolean

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_userBoolean

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