Class: Aws::EMR::Types::ModifyClusterOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ModifyClusterOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#step_concurrency_level ⇒ Integer
The number of steps that can be executed concurrently.
Instance Attribute Details
#step_concurrency_level ⇒ Integer
The number of steps that can be executed concurrently.
4535 4536 4537 4538 4539 |
# File 'lib/aws-sdk-emr/types.rb', line 4535 class ModifyClusterOutput < Struct.new( :step_concurrency_level) SENSITIVE = [] include Aws::Structure end |