Class: Aws::Types::ModifyClusterOutput
- Inherits:
-
Object
- Object
- Aws::Types::ModifyClusterOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#extended_support ⇒ Boolean
Returns the value of attribute extended_support.
-
#step_concurrency_level ⇒ ::Integer
Returns the value of attribute step_concurrency_level.
Instance Attribute Details
#extended_support ⇒ Boolean
Returns the value of attribute extended_support.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def extended_support @extended_support end |
#step_concurrency_level ⇒ ::Integer
Returns the value of attribute step_concurrency_level.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def step_concurrency_level @step_concurrency_level end |