You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Snowball::Types::ShippingDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#inbound_shipmentTypes::Shipment

The Status and TrackingNumber values for a Snow device being returned to AWS for a particular job.

Returns:

  • (Types::Shipment)

    The Status and TrackingNumber values for a Snow device being returned to AWS for a particular job.

#outbound_shipmentTypes::Shipment

The Status and TrackingNumber values for a Snow device being delivered to the address that you specified for a particular job.

Returns:

  • (Types::Shipment)

    The Status and TrackingNumber values for a Snow device being delivered to the address that you specified for a particular job.

#shipping_optionString

The shipping speed for a particular job. This speed doesn\'t dictate how soon you\'ll get the Snow device from the job\'s creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

  • In Australia, you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day.

  • In the European Union (EU), you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

  • In India, Snow device are delivered in one to seven days.

  • In the United States of America (US), you have access to one-day shipping and two-day shipping.

    Possible values:

    • SECOND_DAY
    • NEXT_DAY
    • EXPRESS
    • STANDARD

Returns:

  • (String)

    The shipping speed for a particular job.