aws.snowball.list_pickup_locations
Example SQL Queries
SELECT * FROMaws.snowball.list_pickup_locations;Description
A list of locations from which the customer can choose to pickup a device.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of locations to list per page. | BIGINT |
| next_token Input Column HTTP requests are stateless. To identify what object comes "next" in the list of ListPickupLocationsResult objects, you have the option of specifying NextToken as the starting point for your returned list. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| addresses Information about the address of pickup locations. | STRUCT( |
Show child fields
| |