Class: Aws::MainframeModernization::Types::ListBatchJobRestartPointsResponse

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_stepsArray<Types::JobStep>

Returns all the batch job steps and related information for a batch job that previously ran.

Returns:



2276
2277
2278
2279
2280
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2276

class ListBatchJobRestartPointsResponse < Struct.new(
  :batch_job_steps)
  SENSITIVE = []
  include Aws::Structure
end