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.
832 833 834 |
# File 'sig/types.rbs', line 832 def shipment_carrier @shipment_carrier end |
#shipment_tracking_number ⇒ ::String
Returns the value of attribute shipment_tracking_number.
831 832 833 |
# File 'sig/types.rbs', line 831 def shipment_tracking_number @shipment_tracking_number end |