Class: Aws::Types::ParallelismConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ParallelismConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_enabled ⇒ Boolean
Returns the value of attribute auto_scaling_enabled.
-
#configuration_type ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute configuration_type.
-
#parallelism ⇒ ::Integer
Returns the value of attribute parallelism.
-
#parallelism_per_kpu ⇒ ::Integer
Returns the value of attribute parallelism_per_kpu.
Instance Attribute Details
#auto_scaling_enabled ⇒ Boolean
Returns the value of attribute auto_scaling_enabled.
994 995 996 |
# File 'sig/types.rbs', line 994 def auto_scaling_enabled @auto_scaling_enabled end |
#configuration_type ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute configuration_type.
991 992 993 |
# File 'sig/types.rbs', line 991 def configuration_type @configuration_type end |
#parallelism ⇒ ::Integer
Returns the value of attribute parallelism.
992 993 994 |
# File 'sig/types.rbs', line 992 def parallelism @parallelism end |
#parallelism_per_kpu ⇒ ::Integer
Returns the value of attribute parallelism_per_kpu.
993 994 995 |
# File 'sig/types.rbs', line 993 def parallelism_per_kpu @parallelism_per_kpu end |