Class: Aws::MainframeModernization::Types::JobStepRestartMarker
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::JobStepRestartMarker
- 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
-
#from_proc_step ⇒ String
The procedure step name that a batch job was restarted from.
-
#from_step ⇒ String
The step name that a batch job was restarted from.
-
#to_proc_step ⇒ String
The procedure step name that a batch job was restarted to.
-
#to_step ⇒ String
The step name that a batch job was restarted to.
Instance Attribute Details
#from_proc_step ⇒ String
The procedure step name that a batch job was restarted from.
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_step ⇒ String
The step name that a batch job was restarted from.
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_step ⇒ String
The procedure step name that a batch job was restarted to.
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_step ⇒ String
The step name that a batch job was restarted to.
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 |