Class: Aws::Types::AdminResetUserPasswordRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

#client_metadata::Hash[::String, ::String]

Returns the value of attribute client_metadata.

Returns:

  • (::Hash[::String, ::String])


290
291
292
# File 'sig/types.rbs', line 290

def 
  @client_metadata
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def user_pool_id
  @user_pool_id
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def username
  @username
end