class Aws::Snowball::Client

def create_job(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • create_job(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateJob - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To create a job -

Returns:
  • (Types::CreateJobResult) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :long_term_pricing_id (String) --
  • :remote_management (String) --
  • :device_configuration (Types::DeviceConfiguration) --
  • :tax_documents (Types::TaxDocuments) --
  • :forwarding_address_id (String) --
  • :snowball_type (String) --
  • :cluster_id (String) --
  • :notification (Types::Notification) --
  • :shipping_option (String) --
  • :snowball_capacity_preference (String) --
  • :role_arn (String) --
  • :kms_key_arn (String) --
  • :address_id (String) --
  • :description (String) --
  • :on_device_service_configuration (Types::OnDeviceServiceConfiguration) --
  • :resources (Types::JobResource) --
  • :job_type (String) --
def create_job(params = {}, options = {})
  req = build_request(:create_job, params)
  req.send_request(options)
end