You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CognitoIdentityProvider::Types::AdminUpdateDeviceStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AdminUpdateDeviceStatusRequest
- Defined in:
- (unknown)
Overview
Note:
When passing AdminUpdateDeviceStatusRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
user_pool_id: "UserPoolIdType", # required
username: "UsernameType", # required
device_key: "DeviceKeyType", # required
device_remembered_status: "remembered", # accepts remembered, not_remembered
}
The request to update the device status, as an administrator.
Instance Attribute Summary collapse
-
#device_key ⇒ String
The device key.
-
#device_remembered_status ⇒ String
The status indicating whether a device has been remembered or not.
-
#user_pool_id ⇒ String
The user pool ID.
-
#username ⇒ String
The user name.
Instance Attribute Details
#device_key ⇒ String
The device key.
#device_remembered_status ⇒ String
The status indicating whether a device has been remembered or not.
Possible values:
- remembered
- not_remembered
#user_pool_id ⇒ String
The user pool ID.
#username ⇒ String
The user name.