Struct rusoto_snowball::Shipment [] [src]

pub struct Shipment {
    pub status: Option<String>,
    pub tracking_number: Option<String>,
}

The Status and TrackingNumber information for an inbound or outbound shipment.

Fields

Status information for a shipment.

The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.

Trait Implementations

impl Default for Shipment
[src]

Returns the "default value" for a type. Read more

impl Debug for Shipment
[src]

Formats the value using the given formatter.

impl Clone for Shipment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more