Class: Aws::Types::UpdateJobShipmentStateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJobShipmentStateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#shipment_state ⇒ "RECEIVED", "RETURNED"
Returns the value of attribute shipment_state.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
651 652 653 |
# File 'sig/types.rbs', line 651 def job_id @job_id end |
#shipment_state ⇒ "RECEIVED", "RETURNED"
Returns the value of attribute shipment_state.
652 653 654 |
# File 'sig/types.rbs', line 652 def shipment_state @shipment_state end |