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