class Aws::CognitoIdentityProvider::Types::UpdateDeviceStatusRequest

Represents the request to update the device status.

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

data as a hash:

    {
      access_token: "TokenModelType", # required
      device_key: "DeviceKeyType", # required
      device_remembered_status: "remembered", # accepts remembered, not_remembered
    }

@!attribute [rw] access_token

The access token.
@return [String]

@!attribute [rw] device_key

The device key.
@return [String]

@!attribute [rw] device_remembered_status

The status of whether a device is remembered.
@return [String]

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

Constants

SENSITIVE