Class: Aws::MainframeModernization::Types::ListBatchJobExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ListBatchJobExecutionsResponse
- Defined in:
- gems/aws-sdk-mainframemodernization/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.
2230 2231 2232 2233 2234 2235 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2230 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.
2230 2231 2232 2233 2234 2235 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2230 class ListBatchJobExecutionsResponse < Struct.new( :batch_job_executions, :next_token) SENSITIVE = [] include Aws::Structure end |