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

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

#step_concurrency_levelInteger

The number of steps that can be executed concurrently.

Returns:

  • (Integer)


4520
4521
4522
4523
4524
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4520

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