Class: Aws::Types::ParallelismConfigurationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ParallelismConfigurationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_enabled_update ⇒ Boolean
Returns the value of attribute auto_scaling_enabled_update.
-
#configuration_type_update ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute configuration_type_update.
-
#parallelism_per_kpu_update ⇒ ::Integer
Returns the value of attribute parallelism_per_kpu_update.
-
#parallelism_update ⇒ ::Integer
Returns the value of attribute parallelism_update.
Instance Attribute Details
#auto_scaling_enabled_update ⇒ Boolean
Returns the value of attribute auto_scaling_enabled_update.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def auto_scaling_enabled_update @auto_scaling_enabled_update end |
#configuration_type_update ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute configuration_type_update.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def configuration_type_update @configuration_type_update end |
#parallelism_per_kpu_update ⇒ ::Integer
Returns the value of attribute parallelism_per_kpu_update.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def parallelism_per_kpu_update @parallelism_per_kpu_update end |
#parallelism_update ⇒ ::Integer
Returns the value of attribute parallelism_update.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def parallelism_update @parallelism_update end |