Class: Aws::MainframeModernization::Types::JobStepRestartMarker

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb

Overview

Provides restart step information for the most recent restart operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#from_proc_stepString

The procedure step name that a job was restarted from.

Returns:

  • (String)


2022
2023
2024
2025
2026
2027
2028
2029
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2022

class JobStepRestartMarker < Struct.new(
  :from_proc_step,
  :from_step,
  :to_proc_step,
  :to_step)
  SENSITIVE = []
  include Aws::Structure
end

#from_stepString

The step name that a batch job restart was from.

Returns:

  • (String)


2022
2023
2024
2025
2026
2027
2028
2029
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2022

class JobStepRestartMarker < Struct.new(
  :from_proc_step,
  :from_step,
  :to_proc_step,
  :to_step)
  SENSITIVE = []
  include Aws::Structure
end

#to_proc_stepString

The procedure step name that a batch job was restarted to.

Returns:

  • (String)


2022
2023
2024
2025
2026
2027
2028
2029
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2022

class JobStepRestartMarker < Struct.new(
  :from_proc_step,
  :from_step,
  :to_proc_step,
  :to_step)
  SENSITIVE = []
  include Aws::Structure
end

#to_stepString

The step name that a job was restarted to.

Returns:

  • (String)


2022
2023
2024
2025
2026
2027
2028
2029
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2022

class JobStepRestartMarker < Struct.new(
  :from_proc_step,
  :from_step,
  :to_proc_step,
  :to_step)
  SENSITIVE = []
  include Aws::Structure
end