Class: Aws::MainframeModernization::Types::ListBatchJobExecutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ListBatchJobExecutionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier of the application.
-
#execution_ids ⇒ Array<String>
The unique identifier of each batch job execution.
-
#job_name ⇒ String
The name of each batch job execution.
-
#max_results ⇒ Integer
The maximum number of batch job executions to return.
-
#next_token ⇒ String
A pagination token to control the number of batch job executions displayed in the list.
-
#started_after ⇒ Time
The time after which the batch job executions started.
-
#started_before ⇒ Time
The time before the batch job executions started.
-
#status ⇒ String
The status of the batch job executions.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the application.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2214 class ListBatchJobExecutionsRequest < Struct.new( :application_id, :execution_ids, :job_name, :max_results, :next_token, :started_after, :started_before, :status) SENSITIVE = [] include Aws::Structure end |
#execution_ids ⇒ Array<String>
The unique identifier of each batch job execution.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2214 class ListBatchJobExecutionsRequest < Struct.new( :application_id, :execution_ids, :job_name, :max_results, :next_token, :started_after, :started_before, :status) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name of each batch job execution.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2214 class ListBatchJobExecutionsRequest < Struct.new( :application_id, :execution_ids, :job_name, :max_results, :next_token, :started_after, :started_before, :status) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of batch job executions to return.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2214 class ListBatchJobExecutionsRequest < Struct.new( :application_id, :execution_ids, :job_name, :max_results, :next_token, :started_after, :started_before, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token to control the number of batch job executions displayed in the list.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2214 class ListBatchJobExecutionsRequest < Struct.new( :application_id, :execution_ids, :job_name, :max_results, :next_token, :started_after, :started_before, :status) SENSITIVE = [] include Aws::Structure end |
#started_after ⇒ Time
The time after which the batch job executions started.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2214 class ListBatchJobExecutionsRequest < Struct.new( :application_id, :execution_ids, :job_name, :max_results, :next_token, :started_after, :started_before, :status) SENSITIVE = [] include Aws::Structure end |
#started_before ⇒ Time
The time before the batch job executions started.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2214 class ListBatchJobExecutionsRequest < Struct.new( :application_id, :execution_ids, :job_name, :max_results, :next_token, :started_after, :started_before, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the batch job executions.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2214 class ListBatchJobExecutionsRequest < Struct.new( :application_id, :execution_ids, :job_name, :max_results, :next_token, :started_after, :started_before, :status) SENSITIVE = [] include Aws::Structure end |