aws.worklink.list_devices
Example SQL Queries
SELECT * FROMaws.worklink.list_devicesWHERE"fleet_arn" = 'VALUE';Description
Retrieves a list of devices registered with the specified fleet.
Table Definition
| Column Name | Column Data Type |
|---|---|
| fleet_arn Required Input Column The ARN of the fleet. | VARCHAR |
| max_results Input Column The maximum number of results to be included in the next page. | BIGINT |
| next_token Input Column The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| devices Information about the devices. | STRUCT( |
Show child fields
| |