Class: Aws::Types::ChangePasswordRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:old_password, :new_password])

Instance Attribute Summary collapse

Instance Attribute Details

#new_password::String

Returns the value of attribute new_password.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def new_password
  @new_password
end

#old_password::String

Returns the value of attribute old_password.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def old_password
  @old_password
end