Class: Aws::EMR::Types::ModifyClusterOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ModifyClusterOutput
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#extended_support ⇒ Boolean
Reserved.
-
#step_concurrency_level ⇒ Integer
The number of steps that can be executed concurrently.
Instance Attribute Details
#extended_support ⇒ Boolean
Reserved.
4760 4761 4762 4763 4764 4765 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4760 class ModifyClusterOutput < Struct.new( :step_concurrency_level, :extended_support) SENSITIVE = [] include Aws::Structure end |
#step_concurrency_level ⇒ Integer
The number of steps that can be executed concurrently.
4760 4761 4762 4763 4764 4765 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4760 class ModifyClusterOutput < Struct.new( :step_concurrency_level, :extended_support) SENSITIVE = [] include Aws::Structure end |