aws.snowball.describe_return_shipping_label
Example SQL Queries
SELECT * FROMaws.snowball.describe_return_shipping_labelWHERE"job_id" = 'VALUE';Description
Information on the shipping label of a Snow device that is being returned to Amazon Web Services.
Table Definition
| Column Name | Column Data Type |
|---|---|
| job_id Required Input Column The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000. | 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 |
| expiration_date The expiration date of the current return shipping label. | TIMESTAMP_S |
| return_shipping_label_uri The pre-signed Amazon S3 URI used to download the return shipping label. | VARCHAR |
| status The status information of the task on a Snow device that is being returned to Amazon Web Services. | VARCHAR |