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

#extended_supportBoolean

Reserved.

Returns:

  • (Boolean)


4805
4806
4807
4808
4809
4810
# File 'lib/aws-sdk-emr/types.rb', line 4805

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

#step_concurrency_levelInteger

The number of steps that can be executed concurrently.

Returns:

  • (Integer)


4805
4806
4807
4808
4809
4810
# File 'lib/aws-sdk-emr/types.rb', line 4805

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