You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentityProvider::Types::ForgetDeviceRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ForgetDeviceRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents the request to forget the device.

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenString

The access token for the forgotten device request.

Returns:

  • (String)

    The access token for the forgotten device request.

#device_keyString

The device key.

Returns:

  • (String)

    The device key.