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

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

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

Overview

Note:

When passing ModifyClusterInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  cluster_id: "String", # required
  step_concurrency_level: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

The unique identifier of the cluster.

Returns:

  • (String)

    The unique identifier of the cluster.

#step_concurrency_levelInteger

The number of steps that can be executed concurrently. You can specify a maximum of 256 steps.

Returns:

  • (Integer)

    The number of steps that can be executed concurrently.