Class: Aws::Types::ChangePasswordRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#new_password::String

Returns the value of attribute new_password.



123
124
125
# File 'sig/types.rbs', line 123

def new_password
  @new_password
end

#old_password::String

Returns the value of attribute old_password.



122
123
124
# File 'sig/types.rbs', line 122

def old_password
  @old_password
end