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)


2317
2318
2319
# File 'sig/types.rbs', line 2317

def new_path
  @new_path
end

#new_user_name::String

Returns the value of attribute new_user_name.

Returns:

  • (::String)


2318
2319
2320
# File 'sig/types.rbs', line 2318

def new_user_name
  @new_user_name
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


2316
2317
2318
# File 'sig/types.rbs', line 2316

def user_name
  @user_name
end