class Aws::Snowball::Types::UpdateJobShipmentStateRequest

@note When making an API call, you may pass UpdateJobShipmentStateRequest

data as a hash:

    {
      job_id: "JobId", # required
      shipment_state: "RECEIVED", # required, accepts RECEIVED, RETURNED
    }

@!attribute [rw] job_id

The job ID of the job whose shipment date you want to update, for
example `JID123e4567-e89b-12d3-a456-426655440000`.
@return [String]

@!attribute [rw] shipment_state

The state of a device when it is being shipped.

Set to `RECEIVED` when the device arrives at your location.

Set to `RETURNED` when you have returned the device to AWS.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateJobShipmentStateRequest AWS API Documentation

Constants

SENSITIVE