Class: Aws::Types::UpdateUserInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#console_accessBoolean

Returns the value of attribute console_access.

Returns:

  • (Boolean)


865
866
867
# File 'sig/types.rbs', line 865

def console_access
  @console_access
end

#groups::Array[::String]

Returns the value of attribute groups.

Returns:

  • (::Array[::String])


866
867
868
# File 'sig/types.rbs', line 866

def groups
  @groups
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


867
868
869
# File 'sig/types.rbs', line 867

def password
  @password
end

#replication_userBoolean

Returns the value of attribute replication_user.

Returns:

  • (Boolean)


868
869
870
# File 'sig/types.rbs', line 868

def replication_user
  @replication_user
end