Class: Aws::Snowball::Types::Shipment
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::Shipment
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#status ⇒ String
Status information for a shipment.
-
#tracking_number ⇒ String
The tracking number for this job.
Instance Attribute Details
#status ⇒ String
Status information for a shipment.
2376 2377 2378 2379 2380 2381 |
# File 'lib/aws-sdk-snowball/types.rb', line 2376 class Shipment < Struct.new( :status, :tracking_number) SENSITIVE = [] include Aws::Structure end |
#tracking_number ⇒ String
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.
2376 2377 2378 2379 2380 2381 |
# File 'lib/aws-sdk-snowball/types.rb', line 2376 class Shipment < Struct.new( :status, :tracking_number) SENSITIVE = [] include Aws::Structure end |