Class: Aws::MainframeModernization::Types::ListBatchJobExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ListBatchJobExecutionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_job_executions ⇒ Array<Types::BatchJobExecutionSummary>
Returns a list of batch job executions for an application.
-
#next_token ⇒ String
A pagination token that’s returned when the response doesn’t contain all batch job executions.
Instance Attribute Details
#batch_job_executions ⇒ Array<Types::BatchJobExecutionSummary>
Returns a list of batch job executions for an application.
2238 2239 2240 2241 2242 2243 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2238 class ListBatchJobExecutionsResponse < Struct.new( :batch_job_executions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token that’s returned when the response doesn’t contain all batch job executions.
2238 2239 2240 2241 2242 2243 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2238 class ListBatchJobExecutionsResponse < Struct.new( :batch_job_executions, :next_token) SENSITIVE = [] include Aws::Structure end |