Class: Aws::MainframeModernization::Types::ListBatchJobRestartPointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ListBatchJobRestartPointsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_job_steps ⇒ Array<Types::JobStep>
Returns all the batch job steps and related information for a batch job that previously ran.
Instance Attribute Details
#batch_job_steps ⇒ Array<Types::JobStep>
Returns all the batch job steps and related information for a batch job that previously ran.
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 |