Class: Aws::Types::ParallelismConfigurationDescription
- Inherits:
-
Object
- Object
- Aws::Types::ParallelismConfigurationDescription
- 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.
-
#current_parallelism ⇒ ::Integer
Returns the value of attribute current_parallelism.
-
#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.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def auto_scaling_enabled @auto_scaling_enabled end |
#configuration_type ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute configuration_type.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def configuration_type @configuration_type end |
#current_parallelism ⇒ ::Integer
Returns the value of attribute current_parallelism.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def current_parallelism @current_parallelism end |
#parallelism ⇒ ::Integer
Returns the value of attribute parallelism.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def parallelism @parallelism end |
#parallelism_per_kpu ⇒ ::Integer
Returns the value of attribute parallelism_per_kpu.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def parallelism_per_kpu @parallelism_per_kpu end |