Class: Aws::Outposts::Types::ShipmentInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ShipmentInformation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Information about a line item shipment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#shipment_carrier ⇒ String
The carrier of the shipment.
-
#shipment_tracking_number ⇒ String
The tracking number of the shipment.
Instance Attribute Details
#shipment_carrier ⇒ String
The carrier of the shipment.
1942 1943 1944 1945 1946 1947 |
# File 'lib/aws-sdk-outposts/types.rb', line 1942 class ShipmentInformation < Struct.new( :shipment_tracking_number, :shipment_carrier) SENSITIVE = [] include Aws::Structure end |
#shipment_tracking_number ⇒ String
The tracking number of the shipment.
1942 1943 1944 1945 1946 1947 |
# File 'lib/aws-sdk-outposts/types.rb', line 1942 class ShipmentInformation < Struct.new( :shipment_tracking_number, :shipment_carrier) SENSITIVE = [] include Aws::Structure end |