Learn R Programming

paws.security.identity (version 0.1.12)

cognitoidentityprovider_admin_get_device: Gets the device, as an administrator

Description

Gets the device, as an administrator.

Calling this action requires developer credentials.

Usage

cognitoidentityprovider_admin_get_device(DeviceKey, UserPoolId,
  Username)

Value

A list with the following syntax:

list(
  Device = list(
    DeviceKey = "string",
    DeviceAttributes = list(
      list(
        Name = "string",
        Value = "string"
      )
    ),
    DeviceCreateDate = as.POSIXct(
      "2015-01-01"
    ),
    DeviceLastModifiedDate = as.POSIXct(
      "2015-01-01"
    ),
    DeviceLastAuthenticatedDate = as.POSIXct(
      "2015-01-01"
    )
  )
)

Arguments

DeviceKey

[required] The device key.

UserPoolId

[required] The user pool ID.

Username

[required] The user name.

Request syntax

svc$admin_get_device(
  DeviceKey = "string",
  UserPoolId = "string",
  Username = "string"
)