class Aws::MediaConvert::Client

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

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

Overloads:
  • get_job(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/GetJob - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

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

Options Hash: (**params)
  • :id (required, String) --
def get_job(params = {}, options = {})
  req = build_request(:get_job, params)
  req.send_request(options)
end