Class: Aws::Types::ModifyClusterInput
- Inherits:
-
Object
- Object
- Aws::Types::ModifyClusterInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#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
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def cluster_id @cluster_id end |
#extended_support ⇒ Boolean
Returns the value of attribute extended_support.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def extended_support @extended_support end |
#step_concurrency_level ⇒ ::Integer
Returns the value of attribute step_concurrency_level.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def step_concurrency_level @step_concurrency_level end |