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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


2687
2688
2689
2690
2691
2692
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2687

class UpdateJobShipmentStateRequest < Struct.new(
  :job_id,
  :shipment_state)
  SENSITIVE = []
  include Aws::Structure
end

#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 Amazon Web Services.

Returns:

  • (String)


2687
2688
2689
2690
2691
2692
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2687

class UpdateJobShipmentStateRequest < Struct.new(
  :job_id,
  :shipment_state)
  SENSITIVE = []
  include Aws::Structure
end