worklink_list_devices {paws.end.user.computing} | R Documentation |
Retrieves a list of devices registered with the specified fleet
Description
Retrieves a list of devices registered with the specified fleet.
See https://www.paws-r-sdk.com/docs/worklink_list_devices/ for full documentation.
Usage
worklink_list_devices(FleetArn, NextToken = NULL, MaxResults = NULL)
Arguments
FleetArn |
[required] The ARN of the fleet. |
NextToken |
The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page. |
MaxResults |
The maximum number of results to be included in the next page. |
[Package paws.end.user.computing version 0.7.0 Index]