Class: Aws::Types::AdminSetUserPasswordRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username, :password])

Instance Attribute Summary collapse

Instance Attribute Details

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def password
  @password
end

#permanentBoolean

Returns the value of attribute permanent.

Returns:

  • (Boolean)


334
335
336
# File 'sig/types.rbs', line 334

def permanent
  @permanent
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def user_pool_id
  @user_pool_id
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def username
  @username
end