Class: Aws::Types::Shipment
- Inherits:
-
Object
- Object
- Aws::Types::Shipment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ ::String
Returns the value of attribute status.
-
#tracking_number ⇒ ::String
Returns the value of attribute tracking_number.
Instance Attribute Details
#status ⇒ ::String
Returns the value of attribute status.
577 578 579 |
# File 'sig/types.rbs', line 577 def status @status end |
#tracking_number ⇒ ::String
Returns the value of attribute tracking_number.
578 579 580 |
# File 'sig/types.rbs', line 578 def tracking_number @tracking_number end |