Class: Aws::Types::UpdateUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#new_path::String

Returns the value of attribute new_path.

Returns:

  • (::String)


2433
2434
2435
# File 'sig/types.rbs', line 2433

def new_path
  @new_path
end

#new_user_name::String

Returns the value of attribute new_user_name.

Returns:

  • (::String)


2434
2435
2436
# File 'sig/types.rbs', line 2434

def new_user_name
  @new_user_name
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


2432
2433
2434
# File 'sig/types.rbs', line 2432

def user_name
  @user_name
end