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

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

Overview

Provides step/procedure step information for a restart batch job operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#from_proc_stepString

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

Returns:

  • (String)


2030
2031
2032
2033
2034
2035
2036
2037
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2030

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 was restarted from.

Returns:

  • (String)


2030
2031
2032
2033
2034
2035
2036
2037
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2030

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)


2030
2031
2032
2033
2034
2035
2036
2037
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2030

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 batch job was restarted to.

Returns:

  • (String)


2030
2031
2032
2033
2034
2035
2036
2037
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2030

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