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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/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.



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_tokenString

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

Returns:

  • (String)


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