Class: Aws::Types::ShipmentInformation
- Inherits:
-
Object
- Object
- Aws::Types::ShipmentInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#shipment_carrier ⇒ "DHL", ...
Returns the value of attribute shipment_carrier.
-
#shipment_tracking_number ⇒ ::String
Returns the value of attribute shipment_tracking_number.
Instance Attribute Details
#shipment_carrier ⇒ "DHL", ...
Returns the value of attribute shipment_carrier.
802 803 804 |
# File 'sig/types.rbs', line 802 def shipment_carrier @shipment_carrier end |
#shipment_tracking_number ⇒ ::String
Returns the value of attribute shipment_tracking_number.
801 802 803 |
# File 'sig/types.rbs', line 801 def shipment_tracking_number @shipment_tracking_number end |