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

DescribeJobDefinitions() public method

Describes a list of job definitions. You can specify a status (such as ACTIVE) to only return job definitions that match that status.
/// 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 DescribeJobDefinitions ( DescribeJobDefinitionsRequest request ) : DescribeJobDefinitionsResponse
request Amazon.Batch.Model.DescribeJobDefinitionsRequest Container for the necessary parameters to execute the DescribeJobDefinitions service method.
return Amazon.Batch.Model.DescribeJobDefinitionsResponse
        public DescribeJobDefinitionsResponse DescribeJobDefinitions(DescribeJobDefinitionsRequest request)
        {
            var marshaller = new DescribeJobDefinitionsRequestMarshaller();
            var unmarshaller = DescribeJobDefinitionsResponseUnmarshaller.Instance;

            return Invoke<DescribeJobDefinitionsRequest,DescribeJobDefinitionsResponse>(request, marshaller, unmarshaller);
        }