Class: Aws::MainframeModernization::Types::JobStep

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

Overview

Provides information related to a job step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#proc_step_nameString

The name of a procedure step.

Returns:

  • (String)


1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1990

class JobStep < Struct.new(
  :proc_step_name,
  :proc_step_number,
  :step_cond_code,
  :step_name,
  :step_number,
  :step_restartable)
  SENSITIVE = []
  include Aws::Structure
end

#proc_step_numberInteger

The number of a procedure step.

Returns:

  • (Integer)


1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1990

class JobStep < Struct.new(
  :proc_step_name,
  :proc_step_number,
  :step_cond_code,
  :step_name,
  :step_number,
  :step_restartable)
  SENSITIVE = []
  include Aws::Structure
end

#step_cond_codeString

The condition code of a step.

Returns:

  • (String)


1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1990

class JobStep < Struct.new(
  :proc_step_name,
  :proc_step_number,
  :step_cond_code,
  :step_name,
  :step_number,
  :step_restartable)
  SENSITIVE = []
  include Aws::Structure
end

#step_nameString

The name of a step.

Returns:

  • (String)


1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1990

class JobStep < Struct.new(
  :proc_step_name,
  :proc_step_number,
  :step_cond_code,
  :step_name,
  :step_number,
  :step_restartable)
  SENSITIVE = []
  include Aws::Structure
end

#step_numberInteger

The number of a step.

Returns:

  • (Integer)


1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1990

class JobStep < Struct.new(
  :proc_step_name,
  :proc_step_number,
  :step_cond_code,
  :step_name,
  :step_number,
  :step_restartable)
  SENSITIVE = []
  include Aws::Structure
end

#step_restartableBoolean

Specifies if a step can be restarted or not.

Returns:

  • (Boolean)


1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1990

class JobStep < Struct.new(
  :proc_step_name,
  :proc_step_number,
  :step_cond_code,
  :step_name,
  :step_number,
  :step_restartable)
  SENSITIVE = []
  include Aws::Structure
end