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
-
#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.
4550 4551 4552 4553 4554 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4550 class ModifyClusterOutput < Struct.new( :step_concurrency_level) SENSITIVE = [] include Aws::Structure end |