Class: Aws::Types::StepConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_on_failure"TERMINATE_JOB_FLOW", ...

Returns the value of attribute action_on_failure.

Returns:

  • ("TERMINATE_JOB_FLOW", "TERMINATE_CLUSTER", "CANCEL_AND_WAIT", "CONTINUE")


1643
1644
1645
# File 'sig/types.rbs', line 1643

def action_on_failure
  @action_on_failure
end

#hadoop_jar_stepTypes::HadoopJarStepConfig

Returns the value of attribute hadoop_jar_step.



1644
1645
1646
# File 'sig/types.rbs', line 1644

def hadoop_jar_step
  @hadoop_jar_step
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1642
1643
1644
# File 'sig/types.rbs', line 1642

def name
  @name
end

#step_monitoring_configurationTypes::StepMonitoringConfiguration

Returns the value of attribute step_monitoring_configuration.



1645
1646
1647
# File 'sig/types.rbs', line 1645

def step_monitoring_configuration
  @step_monitoring_configuration
end