Class: Aws::EMR::Types::ModifyClusterInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

The unique identifier of the cluster.

Returns:

  • (String)


4537
4538
4539
4540
4541
4542
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4537

class ModifyClusterInput < Struct.new(
  :cluster_id,
  :step_concurrency_level)
  SENSITIVE = []
  include Aws::Structure
end

#step_concurrency_levelInteger

The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps. We recommend that you do not change this parameter while steps are running or the ActionOnFailure setting may not behave as expected. For more information see Step$ActionOnFailure.

Returns:

  • (Integer)


4537
4538
4539
4540
4541
4542
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4537

class ModifyClusterInput < Struct.new(
  :cluster_id,
  :step_concurrency_level)
  SENSITIVE = []
  include Aws::Structure
end