Class: Aws::Types::ResetPasswordRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#organization_id::String

Returns the value of attribute organization_id.

Returns:



1351
1352
1353
# File 'sig/types.rbs', line 1351

def organization_id
  @organization_id
end

#password::String

Returns the value of attribute password.

Returns:



1353
1354
1355
# File 'sig/types.rbs', line 1353

def password
  @password
end

#user_id::String

Returns the value of attribute user_id.

Returns:



1352
1353
1354
# File 'sig/types.rbs', line 1352

def user_id
  @user_id
end