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.
4805 4806 4807 4808 4809 4810 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4805 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.
4805 4806 4807 4808 4809 4810 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4805 class ModifyClusterOutput < Struct.new( :step_concurrency_level, :extended_support) SENSITIVE = [] include Aws::Structure end |