You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EMR::Types::StepSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The summary of the cluster step.

Instance Attribute Summary collapse

Instance Attribute Details

#action_on_failureString

The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility. We recommend using TERMINATE_CLUSTER instead.

Possible values:

  • TERMINATE_JOB_FLOW
  • TERMINATE_CLUSTER
  • CANCEL_AND_WAIT
  • CONTINUE

Returns:

  • (String)

    The action to take when the cluster step fails.

#configTypes::HadoopStepConfig

The Hadoop job configuration of the cluster step.

Returns:

#idString

The identifier of the cluster step.

Returns:

  • (String)

    The identifier of the cluster step.

#nameString

The name of the cluster step.

Returns:

  • (String)

    The name of the cluster step.

#statusTypes::StepStatus

The current execution status details of the cluster step.

Returns: