AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ListBatchJobDefinitions operation. Lists all the available batch job definitions based on the batch job resources uploaded during the application creation. You can use the batch job definitions in the list to start a batch job.
Namespace: Amazon.MainframeModernization.Model
Assembly: AWSSDK.MainframeModernization.dll
Version: 3.x.y.z
public class ListBatchJobDefinitionsRequest : AmazonMainframeModernizationRequest IAmazonWebServiceRequest
The ListBatchJobDefinitionsRequest type exposes the following members
Name | Description | |
---|---|---|
ListBatchJobDefinitionsRequest() |
Name | Type | Description | |
---|---|---|---|
ApplicationId | System.String |
Gets and sets the property ApplicationId. The identifier of the application. |
|
MaxResults | System.Int32 |
Gets and sets the property MaxResults. The maximum number of batch job definitions to return. |
|
NextToken | System.String |
Gets and sets the property NextToken. A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter. |
|
Prefix | System.String |
Gets and sets the property Prefix. If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5