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

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

Overview

The summary of the cluster step.

Instance Attribute Summary collapse

Instance Attribute Details

#action_on_failureString

This specifies what action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE.

Returns:

  • (String)


5065
5066
5067
5068
5069
5070
5071
5072
# File 'lib/aws-sdk-emr/types.rb', line 5065

class StepSummary < Struct.new(
  :id,
  :name,
  :config,
  :action_on_failure,
  :status)
  include Aws::Structure
end

#configTypes::HadoopStepConfig

The Hadoop job configuration of the cluster step.



5065
5066
5067
5068
5069
5070
5071
5072
# File 'lib/aws-sdk-emr/types.rb', line 5065

class StepSummary < Struct.new(
  :id,
  :name,
  :config,
  :action_on_failure,
  :status)
  include Aws::Structure
end

#idString

The identifier of the cluster step.

Returns:

  • (String)


5065
5066
5067
5068
5069
5070
5071
5072
# File 'lib/aws-sdk-emr/types.rb', line 5065

class StepSummary < Struct.new(
  :id,
  :name,
  :config,
  :action_on_failure,
  :status)
  include Aws::Structure
end

#nameString

The name of the cluster step.

Returns:

  • (String)


5065
5066
5067
5068
5069
5070
5071
5072
# File 'lib/aws-sdk-emr/types.rb', line 5065

class StepSummary < Struct.new(
  :id,
  :name,
  :config,
  :action_on_failure,
  :status)
  include Aws::Structure
end

#statusTypes::StepStatus

The current execution status details of the cluster step.

Returns:



5065
5066
5067
5068
5069
5070
5071
5072
# File 'lib/aws-sdk-emr/types.rb', line 5065

class StepSummary < Struct.new(
  :id,
  :name,
  :config,
  :action_on_failure,
  :status)
  include Aws::Structure
end