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
- Struct
- Aws::EMR::Types::StepSummary
- Defined in:
- (unknown)
Overview
The summary of the cluster step.
Instance Attribute Summary collapse
-
#action_on_failure ⇒ String
The action to take when the cluster step fails.
-
#config ⇒ Types::HadoopStepConfig
The Hadoop job configuration of the cluster step.
-
#id ⇒ String
The identifier of the cluster step.
-
#name ⇒ String
The name of the cluster step.
-
#status ⇒ Types::StepStatus
The current execution status details of the cluster step.
Instance Attribute Details
#action_on_failure ⇒ String
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
#config ⇒ Types::HadoopStepConfig
The Hadoop job configuration of the cluster step.
#id ⇒ String
The identifier of the cluster step.
#name ⇒ String
The name of the cluster step.
#status ⇒ Types::StepStatus
The current execution status details of the cluster step.