Class: Aws::MainframeModernization::Types::ListBatchJobExecutionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mainframemodernization/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_job_executionsArray<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_tokenString

A pagination token that’s returned when the response doesn’t contain all batch job executions.

Returns:

  • (String)


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