aws.worklink.list_fleets
Example SQL Queries
SELECT * FROMaws.worklink.list_fleets;Description
Retrieves a list of fleets for the current account and Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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
| |
| fleet_summary_list The summary list of the fleets. | STRUCT( |
Show child fields
| |