You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Snowball::Types::UpdateJobShipmentStateRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateJobShipmentStateRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The job ID of the job whose shipment date you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.

Returns:

  • (String)

    The job ID of the job whose shipment date you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.

#shipment_stateString

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.

Possible values:

  • RECEIVED
  • RETURNED

Returns:

  • (String)

    The state of a device when it is being shipped.