Class: Aws::Types::ResetUserPasswordResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:temporary_password])

Instance Attribute Summary collapse

Instance Attribute Details

#temporary_password::String

Returns the value of attribute temporary_password.

Returns:

  • (::String)


525
526
527
# File 'sig/types.rbs', line 525

def temporary_password
  @temporary_password
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def user_id
  @user_id
end