Class: Aws::MainframeModernization::Types::RestartBatchJobIdentifier

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

Instance Attribute Details

#execution_idString

The executionId from the StartBatchJob response when the job ran for the first time.

Returns:

  • (String)


2751
2752
2753
2754
2755
2756
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2751

class RestartBatchJobIdentifier < Struct.new(
  :execution_id,
  :job_step_restart_marker)
  SENSITIVE = []
  include Aws::Structure
end

#job_step_restart_markerTypes::JobStepRestartMarker

The restart step information for the most recent restart operation.



2751
2752
2753
2754
2755
2756
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2751

class RestartBatchJobIdentifier < Struct.new(
  :execution_id,
  :job_step_restart_marker)
  SENSITIVE = []
  include Aws::Structure
end