Amazon.Batch.AmazonBatchClient.DescribeJobs C# (CSharp) Method

DescribeJobs() public method

Describes a list of AWS Batch jobs.
/// These errors are usually caused by a client action, such as using an action or resource /// on behalf of a user that doesn't have permission to use the action or resource, or /// specifying an identifier that is not valid. /// /// These errors are usually caused by a server issue. ///
public DescribeJobs ( DescribeJobsRequest request ) : DescribeJobsResponse
request Amazon.Batch.Model.DescribeJobsRequest Container for the necessary parameters to execute the DescribeJobs service method.
return Amazon.Batch.Model.DescribeJobsResponse
        public DescribeJobsResponse DescribeJobs(DescribeJobsRequest request)
        {
            var marshaller = new DescribeJobsRequestMarshaller();
            var unmarshaller = DescribeJobsResponseUnmarshaller.Instance;

            return Invoke<DescribeJobsRequest,DescribeJobsResponse>(request, marshaller, unmarshaller);
        }