Class: Aws::EMR::Types::ModifyClusterOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#step_concurrency_levelInteger

The number of steps that can be executed concurrently.

Returns:

  • (Integer)


4493
4494
4495
4496
4497
# File 'lib/aws-sdk-emr/types.rb', line 4493

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