You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CognitoIdentityProvider::Types::UpdateDeviceStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateDeviceStatusRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateDeviceStatusRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
access_token: "TokenModelType", # required
device_key: "DeviceKeyType", # required
device_remembered_status: "remembered", # accepts remembered, not_remembered
}
Represents the request to update the device status.
Instance Attribute Summary collapse
-
#access_token ⇒ String
The access token.
-
#device_key ⇒ String
The device key.
-
#device_remembered_status ⇒ String
The status of whether a device is remembered.
Instance Attribute Details
#access_token ⇒ String
The access token.
#device_key ⇒ String
The device key.
#device_remembered_status ⇒ String
The status of whether a device is remembered.
Possible values:
- remembered
- not_remembered