Class: Aws::Snowball::Types::UpdateJobShipmentStateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::UpdateJobShipmentStateRequest
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The job ID of the job whose shipment date you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000
. -
#shipment_state ⇒ String
The state of a device when it is being shipped.
Instance Attribute Details
#job_id ⇒ String
The job ID of the job whose shipment date you want to update, for
example JID123e4567-e89b-12d3-a456-426655440000
.
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_state ⇒ String
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.
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 |