Class: Aws::Types::ChangePasswordRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:previous_password, :proposed_password, :access_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def access_token
  @access_token
end

#previous_password::String

Returns the value of attribute previous_password.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def previous_password
  @previous_password
end

#proposed_password::String

Returns the value of attribute proposed_password.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def proposed_password
  @proposed_password
end