Shipment

public struct Shipment : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Status information for a shipment.

    Declaration

    Swift

    public let status: String?
  • 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.

    Declaration

    Swift

    public let trackingNumber: String?
  • Undocumented

    Declaration

    Swift

    public init(status: String? = nil, trackingNumber: String? = nil)