Class: Aws::Types::JobStep

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#proc_step_name::String

Returns the value of attribute proc_step_name.

Returns:



652
653
654
# File 'sig/types.rbs', line 652

def proc_step_name
  @proc_step_name
end

#proc_step_number::Integer

Returns the value of attribute proc_step_number.

Returns:



653
654
655
# File 'sig/types.rbs', line 653

def proc_step_number
  @proc_step_number
end

#step_checkpoint::Integer

Returns the value of attribute step_checkpoint.

Returns:



654
655
656
# File 'sig/types.rbs', line 654

def step_checkpoint
  @step_checkpoint
end

#step_checkpoint_status::String

Returns the value of attribute step_checkpoint_status.

Returns:



655
656
657
# File 'sig/types.rbs', line 655

def step_checkpoint_status
  @step_checkpoint_status
end

#step_checkpoint_time::Time

Returns the value of attribute step_checkpoint_time.

Returns:



656
657
658
# File 'sig/types.rbs', line 656

def step_checkpoint_time
  @step_checkpoint_time
end

#step_cond_code::String

Returns the value of attribute step_cond_code.

Returns:



657
658
659
# File 'sig/types.rbs', line 657

def step_cond_code
  @step_cond_code
end

#step_name::String

Returns the value of attribute step_name.

Returns:



658
659
660
# File 'sig/types.rbs', line 658

def step_name
  @step_name
end

#step_number::Integer

Returns the value of attribute step_number.

Returns:



659
660
661
# File 'sig/types.rbs', line 659

def step_number
  @step_number
end

#step_restartableBoolean

Returns the value of attribute step_restartable.

Returns:



660
661
662
# File 'sig/types.rbs', line 660

def step_restartable
  @step_restartable
end