Class: Aws::Types::AdminDeleteSoftwareTokenRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def user_pool_id
  @user_pool_id
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def username
  @username
end