Class: Aws::Types::FunctionScalingConfig
- Inherits:
-
Object
- Object
- Aws::Types::FunctionScalingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_execution_environments ⇒ ::Integer
Returns the value of attribute max_execution_environments.
-
#min_execution_environments ⇒ ::Integer
Returns the value of attribute min_execution_environments.
Instance Attribute Details
#max_execution_environments ⇒ ::Integer
Returns the value of attribute max_execution_environments.
910 911 912 |
# File 'sig/types.rbs', line 910 def max_execution_environments @max_execution_environments end |
#min_execution_environments ⇒ ::Integer
Returns the value of attribute min_execution_environments.
909 910 911 |
# File 'sig/types.rbs', line 909 def min_execution_environments @min_execution_environments end |