Class: Aws::MainframeModernization::Types::ListBatchJobDefinitionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ListBatchJobDefinitionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the application.
-
#max_results ⇒ Integer
The maximum number of batch job definitions to return.
-
#next_token ⇒ String
A pagination token returned from a previous call to this operation.
-
#prefix ⇒ String
If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions.
Instance Attribute Details
#application_id ⇒ String
The identifier of the application.
2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2151 class ListBatchJobDefinitionsRequest < Struct.new( :application_id, :max_results, :next_token, :prefix) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of batch job definitions to return.
2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2151 class ListBatchJobDefinitionsRequest < Struct.new( :application_id, :max_results, :next_token, :prefix) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2151 class ListBatchJobDefinitionsRequest < Struct.new( :application_id, :max_results, :next_token, :prefix) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions.
2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2151 class ListBatchJobDefinitionsRequest < Struct.new( :application_id, :max_results, :next_token, :prefix) SENSITIVE = [] include Aws::Structure end |