class Aws::CognitoIdentityProvider::Types::GetDeviceRequest

Represents the request to get the device.

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

data as a hash:

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

@!attribute [rw] device_key

The device key.
@return [String]

@!attribute [rw] access_token

The access token.
@return [String]

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

Constants

SENSITIVE