Class: Aws::Types::AdminForgetDeviceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

#device_key::String

Returns the value of attribute device_key.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def device_key
  @device_key
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def user_pool_id
  @user_pool_id
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def username
  @username
end