Class: Aws::Types::ResetUserPasswordRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#directory_id::String

Returns the value of attribute directory_id.

Returns:



1299
1300
1301
# File 'sig/types.rbs', line 1299

def directory_id
  @directory_id
end

#new_password::String

Returns the value of attribute new_password.

Returns:



1301
1302
1303
# File 'sig/types.rbs', line 1301

def new_password
  @new_password
end

#user_name::String

Returns the value of attribute user_name.

Returns:



1300
1301
1302
# File 'sig/types.rbs', line 1300

def user_name
  @user_name
end