class Aws::Snowball::Client
def update_job_shipment_state(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
update_job_shipment_state(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateJobShipmentState - AWS API Documentation
Other tags:
- Example: Request syntax with placeholder values -
Returns:
-
(Struct)
- Returns an empty {Seahorse::Client::Response response}.
Options Hash:
(**params)
-
:shipment_state
(required, String
) -- -
:job_id
(required, String
) --
def update_job_shipment_state(params = {}, options = {}) req = build_request(:update_job_shipment_state, params) req.send_request(options) end