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

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

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

Returns:



2261
2262
2263
2264
2265
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2261

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