Class: Aws::MainframeModernization::Types::RestartBatchJobIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::RestartBatchJobIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
An identifier for the ‘StartBatchJob` API to show that it is a restart operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_id ⇒ String
The ‘executionId` from the `StartBatchJob` response when the job ran for the first time.
-
#job_step_restart_marker ⇒ Types::JobStepRestartMarker
The step/procedure step information for a restart batch job operation.
Instance Attribute Details
#execution_id ⇒ String
The ‘executionId` from the `StartBatchJob` response when the job ran for the first time.
2767 2768 2769 2770 2771 2772 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2767 class RestartBatchJobIdentifier < Struct.new( :execution_id, :job_step_restart_marker) SENSITIVE = [] include Aws::Structure end |
#job_step_restart_marker ⇒ Types::JobStepRestartMarker
The step/procedure step information for a restart batch job operation.
2767 2768 2769 2770 2771 2772 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2767 class RestartBatchJobIdentifier < Struct.new( :execution_id, :job_step_restart_marker) SENSITIVE = [] include Aws::Structure end |