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