Class: Aws::Snowball::Types::Shipment

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Status information for a shipment.

Returns:

  • (String)


2376
2377
2378
2379
2380
2381
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2376

class Shipment < Struct.new(
  :status,
  :tracking_number)
  SENSITIVE = []
  include Aws::Structure
end

#tracking_numberString

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

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

Returns:

  • (String)


2376
2377
2378
2379
2380
2381
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2376

class Shipment < Struct.new(
  :status,
  :tracking_number)
  SENSITIVE = []
  include Aws::Structure
end