- Navigation Guide
@aws-sdk/client-snowball
DescribeReturnShippingLabelCommandOutput Interface
The output of DescribeReturnShippingLabelCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
ExpirationDate | Date | undefined | The expiration date of the current return shipping label. |
ReturnShippingLabelURI | string | undefined | The pre-signed Amazon S3 URI used to download the return shipping label. |
Status | ShippingLabelStatus | undefined | The status information of the task on a Snow device that is being returned to Amazon Web Services. |
Full Signature
export interface DescribeReturnShippingLabelCommandOutput extends DescribeReturnShippingLabelResult, MetadataBearer