Class: Aws::Types::ForgetDeviceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


1125
1126
1127
# File 'sig/types.rbs', line 1125

def access_token
  @access_token
end

#device_key::String

Returns the value of attribute device_key.

Returns:

  • (::String)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def device_key
  @device_key
end