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)


4977
4978
4979
4980
4981
4982
# File 'lib/aws-sdk-emr/types.rb', line 4977

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)


4977
4978
4979
4980
4981
4982
# File 'lib/aws-sdk-emr/types.rb', line 4977

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