class Aws::CognitoIdentityProvider::Types::ForgetDeviceRequest

Represents the request to forget the device.

@note When making an API call, you may pass ForgetDeviceRequest

data as a hash:

    {
      access_token: "TokenModelType",
      device_key: "DeviceKeyType", # required
    }

@!attribute [rw] access_token

The access token for the forgotten device request.
@return [String]

@!attribute [rw] device_key

The device key.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/ForgetDeviceRequest AWS API Documentation

Constants

SENSITIVE