Class: Aws::Types::AdminConfirmSignUpRequest

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])


71
72
73
# File 'sig/types.rbs', line 71

def 
  @client_metadata
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def user_pool_id
  @user_pool_id
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def username
  @username
end